Drag[en]gine Script Module DragonScript
1.21
|
Immutable focus event. More...
Public Member Functions | |
FocusEvent | new (Object source, int id) |
Creates focus event. More... | |
Public Member Functions inherited from Dragengine.Gui.Events.Event | |
int | getIdentifier () |
Event identifier. More... | |
Object | getSource () |
Event source. More... | |
Static Public Member Functions | |
static bool | isFocusEvent (int identifier) |
Event identifier is a focus event identifier. More... | |
Static Public Attributes | |
static final int | idFocusLost = 51 |
Widget lost focus. More... | |
static final int | idFocusReceived = 50 |
Widget received focus. More... | |
Immutable focus event.
|
static |
Event identifier is a focus event identifier.
FocusEvent Dragengine.Gui.Events.FocusEvent.new | ( | Object | source, |
int | id | ||
) |
Creates focus event.
Reimplemented from Dragengine.Gui.Events.Event.
|
static |
Widget lost focus.
|
static |
Widget received focus.