Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note
This function is not yet implemented.
Retrieves the raw data from the device input.
Syntax
bool GetRawReport(
IGameInputRawDeviceReport** report
)
Parameters
report _Outptr_result_maybenull_
Type: IGameInputRawDeviceReport**
Raw data device input.
Return value
Type: bool
Returns true if raw data is retrieved successfully.
Remarks
Input reports can only be retrieved from the GetRawReport method on the IGameInputReading interface. They are never directly created. These reports contain the raw data that is used to generate the rudimentary and fixed-format state available from the IGameInputReading interface. Applications can analyze the raw data in an input reading. They cannot modify the raw data. For intermediate and advanced use-cases of the GameInput API, see Advanced GameInput topics.
Note that only Game Input Protocol (GIP) devices support raw reports.
Requirements
Header: GameInput.h
Library: xgameruntime.lib
Supported platforms: Windows, Xbox One family consoles and Xbox Series consoles