TJoystickInfosCallbackEvent Delegate

Signature for a callback method used to get game controller infos

Unit: Gamolf.RTL.Joystick
type TJoystickInfosCallbackEvent = procedure(JoystickID: byte; var JoystickInfo: TJoystickInfo; hadError: boolean) of object

Parameters

JoystickID
Type: System.Byte

JoystickInfo
Type: Gamolf.RTL.Joystick.TJoystickInfo

hadError
Type: System.Boolean