Search found 4 matches
- Tue Oct 14, 2025 2:49 am
- Forum: Developer's Forum for Windows
- Topic: Multiple Universal Receiver Adapters
- Replies: 1
- Views: 295
Multiple Universal Receiver Adapters
Hi All, I'm trying to connect to the SpaceMouse devices using hid api. When I iterate the devices installed on my machine, I get a single device for my SpaceMouse Pro or Compact being connected. Whereas when the usb dongle is connected I get around 5-6 devices all sharing the same vendor-id/product-...
- Mon Oct 06, 2025 1:42 am
- Forum: Developer's Forum for Windows
- Topic: [HELP] hid_read snapping back to original position after joystick release
- Replies: 5
- Views: 342
Re: [HELP] hid_read snapping back to original position after joystick release
Hi jwick,
How about DirectInput? Is it possible to get position vector?
We tried this, but observed inconsistent behavior across different devices. Some provided position and whereas some gave displacement.
Can you confirm this?
How about DirectInput? Is it possible to get position vector?
We tried this, but observed inconsistent behavior across different devices. Some provided position and whereas some gave displacement.
Can you confirm this?
- Fri Oct 03, 2025 4:51 am
- Forum: Developer's Forum for Windows
- Topic: [HELP] hid_read snapping back to original position after joystick release
- Replies: 5
- Views: 342
Re: [HELP] hid_read snapping back to original position after joystick release
Hi jwick,
Is it possible to configure the displacement as a position vector?
Is it possible to configure the displacement as a position vector?
- Thu Oct 02, 2025 5:24 am
- Forum: Developer's Forum for Windows
- Topic: [HELP] hid_read snapping back to original position after joystick release
- Replies: 5
- Views: 342
[HELP] hid_read snapping back to original position after joystick release
Hi All, I was trying to integrate Spacemouse pro with our image viewer application using hidapi. I get the XYZ positions using hid_read. The problem I'm facing is:- when i shift the image to left/right, it moves. But when I leave the joystick, it returns back to original position. When I checked the...