Search found 3 matches

by spacenavdev
Fri Aug 24, 2007 9:55 am
Forum: Developer's Forum for UNIX and Linux
Topic: Events received by main window
Replies: 3
Views: 27312

I was expecting the events to be sent to the 2nd QWidget itself (as I was sending the QWidget's own id to MagellanSetWindow), not the containing QMainWindow. In other words, I was expecting it to work the same way as for normal keyboard or mouse events, which are sent directly to the 2nd QWidget its...
by spacenavdev
Wed Aug 22, 2007 8:41 am
Forum: Developer's Forum for UNIX and Linux
Topic: MagellanEvent period field
Replies: 1
Views: 19494

MagellanEvent period field

I'm developing for the SpaceNavigator on Linux. The documentation for the xdrvlib states that the MagellanEvent period field indicates which repeating data rate can be used for transmitting (in milliseconds). What does that mean? How do I make use of it?
by spacenavdev
Mon Aug 13, 2007 1:45 pm
Forum: Developer's Forum for UNIX and Linux
Topic: Events received by main window
Replies: 3
Views: 27312

Events received by main window

I have created a simple test application using Qt to test the SpaceNavigator. I have a main window that contains 2 widgets. Upon receiving a QEvent::Enter, I call MagellanSetWindow with the second widget's window id. Upon receiving a QEvent::Leave, I call MagellanSetWindow with InputFocus. However, ...