ISKernel:button (Object Type)

From Lavish Software Wiki
Jump to navigation Jump to search

Description

Object Type Vitals
button
Defined By Inner Space
Inherits none
Reduces To same as Name
Variable Object Type none
Uses Sub-Types no
C/C++ Type unsigned int

Members

  • string Name: Name of the button
  • string Device: Name of the input device hosting this button
  • uint ID: ID number of the button -- 255 and under are assigned by Windows, 256 and above are generated by Inner Space for non-keyboard buttons
  • bool Pressed: TRUE if this button is pressed

Methods

  • Press: Presses and releases the button
  • Hold: Presses and holds the button
  • Release: Releases the (pressed) button

See Also