Drag[en]gine Script Module DragonScript  1.21
Dragengine.Gui.WidgetInputProcessor Class Reference

Forward input event to widget. More...

Inheritance diagram for Dragengine.Gui.WidgetInputProcessor:
Dragengine.Utils.DefaultInputProcessor Dragengine.Utils.InputProcessor

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
 

Detailed Description

Forward input event to widget.

Member Function Documentation

◆ getWidget()

Widget Dragengine.Gui.WidgetInputProcessor.getWidget ( )

Widget to send input event to.

Version
1.5

◆ inputEvent()

void Dragengine.Gui.WidgetInputProcessor.inputEvent ( InputEvent  event)

Process input event.

Reimplemented from Dragengine.Utils.DefaultInputProcessor.

◆ new()

WidgetInputProcessor Dragengine.Gui.WidgetInputProcessor.new ( Widget  widget)

Create input processor.

◆ setWidget()

void Dragengine.Gui.WidgetInputProcessor.setWidget ( Widget  widget)

Set widget to send input event to.

Version
1.5

Member Data Documentation

◆ pWidget

Widget Dragengine.Gui.WidgetInputProcessor.pWidget

The documentation for this class was generated from the following file: