https://github.com/aziascreations/pb-rawinput
A module to access and use Windows' RawInput API.
https://github.com/aziascreations/pb-rawinput
rawinput rawinput-api win32 win32api windows
Last synced: 2 months ago
JSON representation
A module to access and use Windows' RawInput API.
- Host: GitHub
- URL: https://github.com/aziascreations/pb-rawinput
- Owner: aziascreations
- License: unlicense
- Created: 2021-07-28T04:38:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-28T06:34:35.000Z (almost 5 years ago)
- Last Synced: 2025-01-01T14:45:19.472Z (over 1 year ago)
- Topics: rawinput, rawinput-api, win32, win32api, windows
- Language: PureBasic
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# PB-RawInput
A module to access and use Windows' RawInput API.
## Usage
Simply include "*[RawInput.pbi](Includes/RawInput.pbi)*" and use the structures, functions and datatypes documented on the [MSDN page](https://docs.microsoft.com/en-us/windows/win32/inputdev/raw-input.) 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.
* `GetRawInputDeviceInfoA` and `GetRawInputDeviceInfoW` are available under `GetRawInputDeviceInfo`.
## 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
## License
[Unlicense](LICENSE)