Search found 2 matches

by Chris
Fri Nov 09, 2007 10:40 am
Forum: Developer's Forum for UNIX and Linux
Topic: How to use the xdrvlib without showing any window
Replies: 5
Views: 82753

Hi Christian, When starting the event gathering thread of my SpaceTravelerCtrlDevice, startX() is called. Then nextEvent() will be continuousely invoked until someone calls stopX() which destroys the window and closes the connection to the X server... I've now tried several versions with mappend and...
by Chris
Tue Nov 06, 2007 2:40 am
Forum: Developer's Forum for UNIX and Linux
Topic: How to use the xdrvlib without showing any window
Replies: 5
Views: 82753

How to use the xdrvlib without showing any window

Hi there, I've written a class I called SpaceTravelerCtrlDevice (I've got a SpaceTraveler ...) which is supposed to wrap the functionalities of the xdrvlib and is based on the xapp.c from the 3dconnexion sdk. Its supposed to use the xdrvlib without showing any window. (Because I'm controlling a robo...