Process the data returned by the 3D mouse

Questions and answers about 3Dconnexion devices on Windows.

Moderator: Moderators

Post Reply
laurus
Posts: 1
Joined: Tue Mar 12, 2024 12:16 am

Process the data returned by the 3D mouse

Post by laurus »

I used WebHID to receive 6 data returned by the 3D mouse, but how can I tell which axis is the corresponding one, and the reportId returned is only 1 and 2, request guidance!
DavidV
Moderator
Moderator
Posts: 85
Joined: Mon Feb 24, 2020 2:49 pm

Re: Process the data returned by the 3D mouse

Post by DavidV »

laurus wrote: Tue Mar 12, 2024 12:26 am I used WebHID to receive 6 data returned by the 3D mouse, but how can I tell which axis is the corresponding one, and the reportId returned is only 1 and 2, request guidance!
We do have a an axis tester in our driver. its located here: C:\Program Files\3Dconnexion\3DxWare\3DxWinCore

Its called 3DxTest, is this what you are looking for?
sunflower36002
Posts: 1
Joined: Tue Mar 12, 2024 11:57 pm

Re: Process the data returned by the 3D mouse

Post by sunflower36002 »

When using WebHID to receive data from a 3D mouse, determining the corresponding axis for the returned data can be challenging. The reportId returned may only be 1 or 2. I'd recommend referring to the documentation of the 3D mouse or the HID device to understand the mapping of axes to reportIds. Additionally, seeking guidance from online forums or communities specializing in HID devices could provide valuable insights.
Post Reply