Search found 2 matches

by tksuoran
Tue Apr 11, 2023 1:51 am
Forum: Developer's Forum for Windows
Topic: HID button count and values for event = 3, 28 & 29
Replies: 11
Views: 94969

Re: HID button count and values for event = 3, 28 & 29

While I am improving my own space mouse support, here is some information that you may find useful: https://github.com/microsoft/windows-driver-samples/tree/main/hid/hclient https://www.usb.org/document-library/device-class-definition-hid-111 https://www.usb.org/document-library/hid-usage-tables-14 ...
by tksuoran
Mon May 31, 2021 1:04 am
Forum: Windows Discussion Forum
Topic: Windows input events
Replies: 0
Views: 7845

Windows input events

How do I get translation x, y, z and rotation x, y, z values from my 3D mouse? I find the SDK examples lacking here. I can find a lot of sample code in the SDK, but all I really need is just these 6 values. I had this working with windows input events several (~10) years ago when I got my Space Navi...