ISKernel:button (Object Type)
From Lavish Software Wiki
Contents |
[edit]
Description
| 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 |
[edit]
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
[edit]
Methods
- Press: Presses and releases the button
- Hold: Presses and holds the button
- Release: Releases the (pressed) button
[edit]
See Also
