ISKernel:button (Object Type)

From Lavish Software Wiki
Revision as of 00:51, 15 May 2006 by Lax (talk | contribs) (ISKernel:vkey (Object Type) moved to ISKernel:button (Object Type))
Jump to navigation Jump to search

Description

Object Type Vitals
vkey
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