IGameInput::RegisterGuideButtonCallback
Registers a callback function to be called when the Guide button is pressed or released.Syntax
Parameters
device _In_opt_Type: IGameInputDevice* Limits the registered callback to a specific device. context _In_opt_
Type: void* Title-defined context passed to the callback function. callbackFunc _In_
Type: GameInputGuidButtonCallback* The title-defined callback function to register. callbackToken _Result_zeroonfailure_
Type: GameInputCallbackToken* Token identifying the registered callback.
Return value
Type: HRESULT Function result.Remarks
This method was replaced by RegisterSystemButtonCallback, which handles both Guide and Share button events through the GameInputSystemButtonCallback callback type.Version History
See also
Deprecated GameInput API membersIGameInput::RegisterSystemButtonCallback
GameInputGuidButtonCallback
IGameInput
