Difference between revisions of "ISKernel:button (Object Type)"

From Lavish Software Wiki
Jump to navigation Jump to search
 
m (ISKernel:vkey (Object Type) moved to ISKernel:button (Object Type))
(No difference)

Revision as of 00:51, 15 May 2006

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