Hi,
we managed to use 2 devices under winXP, using WM_INPUT and Qt4 winEventFilter.
Is there a similar way to do this with Linux? Is the modified version of the open spacenav driver available for download?
Best,
Christoph
Search found 4 matches
- Fri Dec 12, 2008 6:54 am
- Forum: Developer's Forum for UNIX and Linux
- Topic: 2 devices / WM_INPUT
- Replies: 0
- Views: 61924
- Wed Nov 26, 2008 5:52 am
- Forum: Developer's Forum for Windows
- Topic: Qt and 2 SpaceNavigators
- Replies: 6
- Views: 13594
- Tue Nov 25, 2008 4:44 am
- Forum: Developer's Forum for Windows
- Topic: Qt and 2 SpaceNavigators
- Replies: 6
- Views: 13594
- Fri Nov 21, 2008 7:20 am
- Forum: Developer's Forum for Windows
- Topic: Qt and 2 SpaceNavigators
- Replies: 6
- Views: 13594
Qt and 2 SpaceNavigators
We would like to use 2 SpaceNavigator devices within a Qt-based framework. Which would be the best method to access the devices? It seems like only the RAW_INPUT or DirectInput are a possibility for dual configurations. RAW_INPUT is not straight forward, since Qt cannot read window messages. Thanks,...