IGameInputDevice::SendRawDeviceOutput
Sends raw data to the device.Syntax
Parameters
report _In_Type: IGameInputRawDeviceReport* Report sent to the device.
Return value
Type: HRESULT Function result.Remarks
TheSendRawDeviceOutput method sends data to the device. For XBOX One devices, this takes the form of a GIP message. For intermediate and advanced use-cases of the GameInput API, see Advanced GameInput topics.
Requirements
Header: GameInput.h Library: xgameruntime.lib Supported platforms: Windows, XBOX One family consoles and XBOX Series consolesSee also
Overview of GameInputIGameInputDevice
