TDGEGamepadManager Class

Gamepad manager component

Unit: Gamolf.RTL.Joystick
TComponent
  Gamolf.RTL.Joystick.TDGEGamepadManager
type TDGEGamepadManager = class(TComponent)

The TDGEGamepadManager type exposes the following members.

Show:
 NameDescription
Create

Destroy

Top
Show:
 NameDescription
Enabled

IsSupported

OnAxesChange

OnButtonDown

OnButtonUp

OnDirectionPadChange

OnGamepadLost

OnNewGamepadDetected

SynchronizedEvents

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

Tag

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

TagBool

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

TagFloat

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

TagObject

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

TagString

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

Top
Show:
 NameDescription
ConnectedGamepadCount

Return the connected gamepads number

DoGamepadAxesChange

DoGamepadButtonDown

DoGamepadButtonUp

DoGamepadDirectionPadChange

DoLostGamepad

DoNewGamepadDetected

GamepadCount

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

GetGamepad

Return the gamepad data class

Top