Record TJoyState

Hierarchy
Methods
Properties

Unit

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.