IGameInputDevice::SendRawDeviceOutput
Note
This function is not yet implemented.
Sends raw data to the device.
Syntax
HRESULT SendRawDeviceOutput(
IGameInputRawDeviceReport* report
)
Parameters
report _In_
Type: IGameInputRawDeviceReport*
Report sent to the device.
Return value
Type: HRESULT
Returns E_NOTIMPL
.
Remarks
The SendRawDeviceOutput
method sends data to the device. For Human Interface Device (HID) devices, this takes the form of an output report. 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.
Note
This method does not support Xbox 360 devices.
Requirements
Header: GameInput.h
Library: xgameruntime.lib
Supported platforms: Windows, Xbox One family consoles and Xbox Series consoles