RAW mode
Moderator: Moderators
-
albertororo
- Posts: 1
- Joined: Sun Sep 08, 2024 1:20 pm
RAW mode
Any info on the format of the data that arrive using WM_INPUT from SpaceMouse?
Re: RAW mode
There is some discussion on using Raw Input on this Forum but you may want to reach out to our API support team as we have some very old code that can perhaps help you.
Nuno Gomes
Re: RAW mode
Just saw this thread, the WM_INPUT message from a SpaceMouse contains raw input data for translation (X, Y, Z) and rotation along three axes, plus any button presses. You need to handle the message and parse the RAWINPUT structure for this data. For details on interpreting it, refer to the SpaceMouse SDK and the RAWINPUTDEVICE structure.
