Search found 4 matches

by staub
Fri Dec 12, 2008 6:54 am
Forum: Developer's Forum for UNIX and Linux
Topic: 2 devices / WM_INPUT
Replies: 0
Views: 53931

2 devices / WM_INPUT

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
by staub
Wed Nov 26, 2008 5:52 am
Forum: Developer's Forum for Windows
Topic: Qt and 2 SpaceNavigators
Replies: 6
Views: 13112

ok, thanks for the reply. Windows Messages work fine. Just two more questions:
- Is it possible to control the LED's?
- Are there plans for a driver which supports multiple devices? When will it be available?

Best,
Chris
by staub
Tue Nov 25, 2008 4:44 am
Forum: Developer's Forum for Windows
Topic: Qt and 2 SpaceNavigators
Replies: 6
Views: 13112

You are right, it is possible to catch the Window messages with Qt. The .txt file of the HID examples says "It currently will only list axis and button data from one of the devices it finds because aitForMultipleObjects only wakes on events from one". Is that still correct? If yes, how can...
by staub
Fri Nov 21, 2008 7:20 am
Forum: Developer's Forum for Windows
Topic: Qt and 2 SpaceNavigators
Replies: 6
Views: 13112

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,...