TJoystick Infos Callback Event Delegate
Signature for a callback method used to get game controller infos
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