Hi, On Mon, 2008-02-04 at 18:56 +0100, [EMAIL PROTECTED] wrote: > Hi there, > first of all, sorry for the slightly off topic question. I was trying to > get > the 3DConnexion SpaceNavigator 3d-mouse working in a Qt application to > navigate > the OSG scene. > The official SDK of the device provides only a COM/ATL example. > > I vaguely read something about re-implementing the winEventFilter function of > the QApplication class to catch the device events.. but honestly I wouldn't > know where to begin :) >
another option, which I'm using, is to ignore the SDK completely and go for the standard low-level interfaces, /dev/event/xx under Linux and joystick (joyGetPosEx et all) for Windows. As usual you need a driver for Windows, search for RBC9-SpaceNa. This should give you the relevant topic for the 3dconnexion windows forum. Advantage of both is, you do not need a window handle to get them working ;-) kind regards, gerrit ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
