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))
 
Line 1: Line 1:
 
== Description ==
 
== Description ==
{{ObjectType-Vitals|vkey|[[Inner Space]]|none|same as Name|none|no|unsigned int}}
+
{{ObjectType-Vitals|button|[[Inner Space]]|none|same as Name|none|no|unsigned int}}
  
 
== Members ==
 
== Members ==

Latest revision as of 00:52, 15 May 2006

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