Drag[en]gine Script Module DragonScript
1.23
|
Forward input event to widget. More...
Public Member Functions | |
Widget | getWidget () |
Widget to send input event to. More... | |
void | inputEvent (InputEvent event) |
Process input event. More... | |
WidgetInputProcessor | new (Widget widget) |
Create input processor. More... | |
void | setWidget (Widget widget) |
Set widget to send input event to. More... | |
Public Member Functions inherited from Dragengine.Utils.DefaultInputProcessor | |
DefaultInputProcessor | new () |
Create input processor. More... | |
Public Attributes | |
Widget | pWidget |
Forward input event to widget.
void Dragengine.Gui.WidgetInputProcessor.inputEvent | ( | InputEvent | event | ) |
Process input event.
Reimplemented from Dragengine.Utils.DefaultInputProcessor.
WidgetInputProcessor Dragengine.Gui.WidgetInputProcessor.new | ( | Widget | widget | ) |
Create input processor.
void Dragengine.Gui.WidgetInputProcessor.setWidget | ( | Widget | widget | ) |
Set widget to send input event to.
Widget Dragengine.Gui.WidgetInputProcessor.pWidget |