EventString

From IfsoGUIWiki

Jump to: navigation, search

Contents

Declaration

EventString:String(id:Int)
Returns the const string associated with an event id. This is useful for debugging purposes.

Returns

The CONST string associated with the id. One of:

  • ifsoGUI_EVENT_CLICK
  • ifsoGUI_EVENT_DOUBLE_CLICK
  • ifsoGUI_EVENT_RIGHT_CLICK
  • ifsoGUI_EVENT_MIDDLE_CLICK
  • ifsoGUI_EVENT_MOUSE_ENTER
  • ifsoGUI_EVENT_MOUSE_EXIT
  • ifsoGUI_EVENT_MOUSE_DOWN
  • ifsoGUI_EVENT_MOUSE_UP
  • ifsoGUI_EVENT_MOUSE_MOVE
  • ifsoGUI_EVENT_CHANGE
  • ifsoGUI_EVENT_KEYHIT
  • ifsoGUI_EVENT_GAIN_FOCUS
  • ifsoGUI_EVENT_LOST_FOCUS
  • ifsoGUI_EVENT_RESIZE
  • ifsoGUI_EVENT_CELL_CHANGE

Parameters

  • id:Int - id to return the string of.

Gadget Information

Pertains to Events.

Example

Personal tools