|
Drag[en]gine Script Module DragonScript 1.32.1
|
Forward input event to widget. More...
Public Member Functions | |
| Widget | getWidget () |
| Widget to send input event to. | |
| void | inputEvent (InputEvent event) |
| Process input event. | |
| WidgetInputProcessor | new (Widget widget) |
| Create input processor. | |
| void | setWidget (Widget widget) |
| Set widget to send input event to. | |
Public Attributes | |
| Widget | pWidget |
Forward input event to widget.
| Widget Dragengine.Gui.WidgetInputProcessor.getWidget | ( | ) |
Widget to send input event to.
| void Dragengine.Gui.WidgetInputProcessor.inputEvent | ( | InputEvent | event | ) |
Process input event.
| 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 |