TGamepadManager Class

DEPRECATED component, use TDGEGamepadManager

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

The TGamepadManager 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 (Inherited from Gamolf.RTL.Joystick.TDGEGamepadManager .)

Tag

Tag property "in case of" not used in this class (Inherited from Gamolf.RTL.Joystick.TDGEGamepadManager .)

TagBool

TagBool property "in case of" not used in this class (Inherited from Gamolf.RTL.Joystick.TDGEGamepadManager .)

TagFloat

TagFloat property "in case of" not used in this class (Inherited from Gamolf.RTL.Joystick.TDGEGamepadManager .)

TagObject

TagObject property "in case of" not used in this class (Inherited from Gamolf.RTL.Joystick.TDGEGamepadManager .)

TagString

TagString property "in case of" not used in this class (Inherited from Gamolf.RTL.Joystick.TDGEGamepadManager .)

Top
Show:
 NameDescription
ConnectedGamepadCount

Return the connected gamepads number (Inherited from Gamolf.RTL.Joystick.TDGEGamepadManager .)

DoGamepadAxesChange
DoGamepadButtonDown
DoGamepadButtonUp
DoGamepadDirectionPadChange
DoLostGamepad
DoNewGamepadDetected
GamepadCount

Count the detected gamepads number (detected or declared in the OS depending on the platform) (Inherited from Gamolf.RTL.Joystick.TDGEGamepadManager .)

GetGamepad

Return the gamepad data class (Inherited from Gamolf.RTL.Joystick.TDGEGamepadManager .)

Top