Class TJoystick
Unit
Declaration
type TJoystick = class(TObject)
Description
Properties of a given joystick, use by accessing Joysticks[Index]. Do not construct instances of this yourself, TJoysticks creates this automatically when necessary.
Hierarchy
- TObject
- TJoystick
Overview
Fields
![]() |
InternalBackendInfo: TObject; |
![]() |
Info: TJoyInfo; |
![]() |
State: TJoyState; |
Methods
![]() |
function Axis: TVector2; deprecated 'use LeftAxis'; |
![]() |
function LeftAxis: TVector2; |
![]() |
function RightAxis: TVector2; |
![]() |
destructor Destroy; override; |
Description
Fields
![]() |
InternalBackendInfo: TObject; |
Implementation-specific information. |
![]() |
Info: TJoyInfo; |
Information. TODO: Deprecate at some point, in favor of simpler joystick API like TJoystick.Axis. |
![]() |
State: TJoyState; |
State. TODO: Deprecate at some point, in favor of simpler joystick API like TJoystick.Axis. |
Methods
![]() |
function Axis: TVector2; deprecated 'use LeftAxis'; |
Warning: this symbol is deprecated: use LeftAxis Deprecated name, use LeftAxis. |
![]() |
function LeftAxis: TVector2; |
Left analog stick position. |
![]() |
function RightAxis: TVector2; |
Right analog stick position. |
![]() |
destructor Destroy; override; |
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.