Search found 5 matches

by openantz
Mon Dec 14, 2020 12:21 pm
Forum: UNIX and Linux Discussion Forum
Topic: Any reason for dropping the Linux support?
Replies: 10
Views: 58077

Re: Any reason for dropping the Linux support?

typo, the correct Logitech VID=0x046d (and not ..042d).
by openantz
Fri Dec 11, 2020 12:19 pm
Forum: Developer's Forum for Windows
Topic: HID button count and values for event = 3, 28 & 29
Replies: 11
Views: 87282

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

Thank you for catching the typo, (fore-mentioned wiki corrected to 0x046d). ANTz scope: An open source cross-framework core technology that is deployed both as a standalone app (on MSW, OSX, Linux...) and plugin component within other frameworks. Most end-users are either commercial or U.S. governme...
by openantz
Thu Dec 10, 2020 9:36 am
Forum: Developer's Forum for Windows
Topic: HID button count and values for event = 3, 28 & 29
Replies: 11
Views: 87282

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

I find it preferable to match a set of static button ID's to device labels across various models, and this helps make it easier to keep it consistent for future devices as well. Though this makes it necessary to have a complete list of all device buttons to implement good code. On this regard, the '...
by openantz
Wed Nov 25, 2020 3:23 pm
Forum: Developer's Forum for Windows
Topic: HID button count and values for event = 3, 28 & 29
Replies: 11
Views: 87282

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

I am looking to discover a method to detect the number of buttons and a list of corresponding button (event) values using HID info. My (personal) dev case is a 3D data viz project called ANTz (https://openantz.com) and I am in the process of patching the freeglut library to work with (hopefully) all...
by openantz
Wed Nov 25, 2020 1:04 pm
Forum: UNIX and Linux Discussion Forum
Topic: Any reason for dropping the Linux support?
Replies: 10
Views: 58077

Re: Any reason for dropping the Linux support?

My (novice) understanding is that the 'Spacenav' project supports both the legacy devices (VID=0x042d) and the (newer) 3Dconnexion SpaceMouse family (VID = 0x256f), which includes the SpaceMouse Enterprise. http://spacenav.sourceforge.net/ I read (elsewere on this forum) that with spacenav, you will...