Contains the raw input from a device. More...
Public Member Functions | |
| internal byte[] | ToByteArray () |
Public Attributes | |
| internal RawInputHeader | Header |
| internal RawInputData | Data |
Contains the raw input from a device.
The handle to this structure is passed in the lParam parameter of WM_INPUT.
To get detailed information -- such as the header and the content of the raw input -- call GetRawInputData.
To get device specific information, call GetRawInputDeviceInfo with the hDevice from RAWINPUTHEADER.
Raw input is available only when the application calls RegisterRawInputDevices with valid device specifications.
1.6.1