778 B
778 B
PB-RawInput
A module to access and use Windows' RawInput API.
Usage
Simply include "RawInput.pbi" and use the structures, functions and datatypes documented on the MSDN page with the RawInput:: prefix.
Considerations
- The module has not been tested on x86 platforms
- Some structure fields may not be available on Windows XP, see Microsoft's documentation.
GetRawInputDeviceInfoAandGetRawInputDeviceInfoWare available underGetRawInputDeviceInfo.
Useful Links
- MSDN page - https://docs.microsoft.com/en-us/windows/win32/inputdev/raw-input
- MSDN page - https://docs.microsoft.com/en-us/windows/win32/inputdev/raw-input