RAW mode

Post questions, comments and feedback to our 3Dconnexion Windows Development Team.

Moderator: Moderators

Post Reply
albertororo
Posts: 1
Joined: Sun Sep 08, 2024 1:20 pm

RAW mode

Post by albertororo »

Any info on the format of the data that arrive using WM_INPUT from SpaceMouse?
ngomes
Moderator
Moderator
Posts: 3458
Joined: Mon Nov 27, 2006 7:22 am
Contact:

Re: RAW mode

Post by ngomes »

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
MikeTaku
Posts: 19
Joined: Thu Oct 03, 2024 6:35 am

Re: RAW mode

Post by MikeTaku »

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.
Post Reply