Search found 6 matches

by cebugdev
Thu Dec 02, 2021 2:22 am
Forum: Developer's Forum for Windows
Topic: spacemouse compact buttons
Replies: 1
Views: 17406

spacemouse compact buttons

I have the professional and enterprise versions of the device and I am trying to support both the enterprise and the compact version, I dont have the compact version of the device though, I am confuse on what buttons does the compact version have? by looking at the picture of the compact version, i ...
by cebugdev
Thu Nov 18, 2021 3:49 am
Forum: Developer's Forum for Windows
Topic: Spacemouse how to determine available buttons
Replies: 7
Views: 29876

Re: Spacemouse how to determine available buttons

we are using RawInput, unfortunately... we have no choice but to use this approach instead of the SDK as we found the SDK and its samples very hard to follow. The samples are spaghetti code that you cant determine which ones are from SDK and which ones are custom implementation.
by cebugdev
Thu Nov 18, 2021 2:58 am
Forum: Developer's Forum for Windows
Topic: Spacemouse how to determine available buttons
Replies: 7
Views: 29876

Re: Spacemouse how to determine available buttons

we went with the Win32 SDK way because we found the provided SDK is not intuitive enough, we try to follow the examples and it amazes us that developers need to override like 20 methods to get it working (unless we are doing it wrong), we were using VTK and we just need the motion data rotation and ...
by cebugdev
Thu Nov 18, 2021 2:29 am
Forum: Developer's Forum for Windows
Topic: Spacemouse how to determine available buttons
Replies: 7
Views: 29876

Re: Spacemouse how to determine available buttons

Hi thanks for replying, the reason I want to know what are the buttons available on what device is because in our application we give the user option to Mapp said buttons to specific application specific option, for UX purposes I want to know which buttons are available for the device connected so w...
by cebugdev
Mon Nov 15, 2021 4:27 am
Forum: Developer's Forum for Windows
Topic: Spacemouse how to determine available buttons
Replies: 7
Views: 29876

Spacemouse how to determine available buttons

Hi, How do I get which buttons are available for which device model for SpaceMouse programaticaly? if its not possible, I will do it manualy but How do I know what model the device is connected and how or where can i find information on which buttons are available for what model? I used the tutorial...
by cebugdev
Mon Nov 15, 2021 4:18 am
Forum: Windows Discussion Forum
Topic: How to determine the buttons of a device programatically
Replies: 1
Views: 1413

How to determine the buttons of a device programatically

this is for Spacemouse/navigator. I am using the code from here: https://www.codegardening.com/2011/02/using-3dconnexion-mouse-with-qt.html to integrate 3DX to QT and it works with QT 5 with some changes ofcourse, since it uses Win32 and not the provided SDK, how do I detect what are the buttons sup...