GameInputGuidButtonCallback
Callback function type for Guide (XBOX) button press and release notifications.Syntax
Parameters
callbackTokenType: GameInputCallbackToken The token identifying the registered callback. context
Type: void* The title-defined context value that was supplied when registering the callback. sender
Type: IGameInputDevice* The device that triggered the callback. Can be
nullptr if not device-specific.
timestampType: uint64_t The time (in microseconds) at which the Guide button event occurred. isPressed
Type: bool
true if the Guide button was pressed; false if released.
