GadgetSystemEvent
From IfsoGUIWiki
Internal Method - Should only be called by the GUI and or a gadget.
Contents |
Declaration
GadgetSystemEvent(id:Int, data:Int)
Gadget Level GUI system event occured.
Returns
Nothing
Parameters
- id:Int - The id of the system level event (see Events). Can be any of the ifsoGUI_EVENT_SYSTEM_* values.
- data:Int - Data attached to the event.
Gadget Information
Internal Method - Should only be called by the GUI and or a gadget.
