Castle Game EngineIntroduction Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers
|
Record TJoyState
Hierarchy Methods Properties
Unit
CastleJoysticks
Declaration
type TJoyState = record
Description
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; |
|
BtnUp: array[ 0..31 ] of Boolean; |
|
BtnDown: array[ 0..31 ] of Boolean; |
|
BtnPress: array[ 0..31 ] of Boolean; |
|
BtnCanPress: array[ 0..31 ] of Boolean; |
|
Generated by PasDoc 0.15.0.
|