Record TJoyState
Unit
Declaration
type TJoyState = record
Description
Joystick state. TODO: Deprecate at some point, in favor of simpler joystick API like TJoystick.Axis.
Overview
Fields
Axis: array[ 0..7 ] of Single; |
|
BtnUp: array[ 0..31 ] of Boolean; |
|
BtnDown: array[ 0..31 ] of Boolean; |
|
BtnPress: array[ 0..31 ] of Boolean; |
|
BtnCanPress: array[ 0..31 ] of Boolean; |
Description
Fields
Axis: array[ 0..7 ] of Single; |
|
This item has no description. |
BtnUp: array[ 0..31 ] of Boolean; |
|
This item has no description. |
BtnDown: array[ 0..31 ] of Boolean; |
|
This item has no description. |
BtnPress: array[ 0..31 ] of Boolean; |
|
This item has no description. |
BtnCanPress: array[ 0..31 ] of Boolean; |
|
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.