Drag[en]gine Script Module DragonScript 1.23
|
Immutable event. More...
Public Member Functions | |
int | getIdentifier () |
Event identifier. | |
Object | getSource () |
Event source. | |
Event | new (Object source, int id) |
Create event. | |
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.FocusEvent, Dragengine.Gui.Events.StateChangeEvent, Dragengine.Gui.Events.WidgetEvent, and Dragengine.Gui.Events.WindowEvent.