Record TJoyState

Hierarchy
Methods
Properties

Unit

Declaration

type TJoyState = record

Description

Joystick state. TODO: Deprecate at some point, in favor of simpler joystick API like TJoystick.Axis.

Overview

Fields

Public Axis: array[ 0..7 ] of Single;
Public BtnUp: array[ 0..31 ] of Boolean;
Public BtnDown: array[ 0..31 ] of Boolean;
Public BtnPress: array[ 0..31 ] of Boolean;
Public BtnCanPress: array[ 0..31 ] of Boolean;

Description

Fields

Public Axis: array[ 0..7 ] of Single;

This item has no description.

Public BtnUp: array[ 0..31 ] of Boolean;

This item has no description.

Public BtnDown: array[ 0..31 ] of Boolean;

This item has no description.

Public BtnPress: array[ 0..31 ] of Boolean;

This item has no description.

Public BtnCanPress: array[ 0..31 ] of Boolean;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.