TGamepadManager Class

Definition

DEPRECATED component, use TDGEGamepadManager

Delphi
type TGamepadManager = class(TDGEGamepadManager)
Inheritance
TComponent
TGamepadManager

Constructors

Properties

Enabled (Inherited from TDGEGamepadManager)
IsSupported (Inherited from TDGEGamepadManager)
OnAxesChange (Inherited from TDGEGamepadManager)
OnButtonDown (Inherited from TDGEGamepadManager)
OnButtonUp (Inherited from TDGEGamepadManager)
OnDirectionPadChange (Inherited from TDGEGamepadManager)
OnGamepadLost (Inherited from TDGEGamepadManager)
OnNewGamepadDetected (Inherited from TDGEGamepadManager)
SynchronizedEvents

Execute events in main thread or in the thread used by the gamepad manager

(Inherited from TDGEGamepadManager)
Tag

Tag property "in case of" not used in this class

(Inherited from TDGEGamepadManager)
TagBool

TagBool property "in case of" not used in this class

(Inherited from TDGEGamepadManager)
TagFloat

TagFloat property "in case of" not used in this class

(Inherited from TDGEGamepadManager)
TagObject

TagObject property "in case of" not used in this class

(Inherited from TDGEGamepadManager)
TagString

TagString property "in case of" not used in this class

(Inherited from TDGEGamepadManager)

Methods

ConnectedGamepadCount

Return the connected gamepads number

(Inherited from TDGEGamepadManager)
DoGamepadAxesChange(Integer, TJoystickAxes, Single) (Inherited from TDGEGamepadManager)
DoGamepadButtonDown(Integer, TJoystickButtons) (Inherited from TDGEGamepadManager)
DoGamepadButtonUp(Integer, TJoystickButtons) (Inherited from TDGEGamepadManager)
DoGamepadDirectionPadChange(Integer, TJoystickDPad) (Inherited from TDGEGamepadManager)
DoLostGamepad(Integer) (Inherited from TDGEGamepadManager)
DoNewGamepadDetected(Integer) (Inherited from TDGEGamepadManager)
GamepadCount

Count the detected gamepads number (detected or declared in the OS depending on the platform)

(Inherited from TDGEGamepadManager)
GetGamepad(Integer)

Return the gamepad data class

(Inherited from TDGEGamepadManager)