Drag[en]gine Script Module DragonScript
1.21
|
Immutable event. More...
Public Member Functions | |
int | getIdentifier () |
Event identifier. More... | |
Object | getSource () |
Event source. More... | |
Event | new (Object source, int id) |
Create event. More... | |
Immutable event.
Source indicates who send the event. The following identifier ranges are reserved.
int Dragengine.Gui.Events.Event.getIdentifier | ( | ) |
Event identifier.
Object Dragengine.Gui.Events.Event.getSource | ( | ) |
Event source.
Event Dragengine.Gui.Events.Event.new | ( | Object | source, |
int | id | ||
) |
Create event.
Reimplemented in Dragengine.Gui.Events.WindowEvent, Dragengine.Gui.Events.WidgetEvent, Dragengine.Gui.Events.StateChangeEvent, and Dragengine.Gui.Events.FocusEvent.