TJoystickInfosCallbackProc Delegate

Signature for a callback procedure used to get game controller infos

Unit: Gamolf.RTL.Joystick
System.IInterface
  Gamolf.RTL.Joystick.TJoystickInfosCallbackProc
type TJoystickInfosCallbackProc = reference to procedure(JoystickID: byte; var JoystickInfo: TJoystickInfo; hadError: boolean)

Parameters

JoystickID
Type: System.Byte

JoystickInfo
Type: Gamolf.RTL.Joystick.TJoystickInfo

hadError
Type: System.Boolean

The TJoystickInfosCallbackProc type exposes the following members.

Show:
 NameDescription
Invoke

Top