Process the data returned by the 3D mouse
Moderator: Moderators
Process the data returned by the 3D mouse
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!
Re: Process the data returned by the 3D mouse
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?
-
- Posts: 1
- Joined: Tue Mar 12, 2024 11:57 pm
Re: Process the data returned by the 3D mouse
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.