Search found 2 matches

by stage
Thu Aug 28, 2008 5:46 am
Forum: Developer's Forum for UNIX and Linux
Topic: Frequency of Xevents in Qt
Replies: 2
Views: 65764

I thought this wasn't possible since X is single threaded, but some more extensive searching gave me some examples. :)

I have not solved all problems with multi-threaded OpenGL yet, but am sure I will get there in the end and have a smooth 3D mouse input :)

Cheers !
by stage
Tue Aug 19, 2008 7:22 am
Forum: Developer's Forum for UNIX and Linux
Topic: Frequency of Xevents in Qt
Replies: 2
Views: 65764

Frequency of Xevents in Qt

hi, i am developing an application that uses a 3D mouse for navigation. It is written in C++, linux x64 on fedora core 8, Qt 4.3.4 in some situations, the openGL renderer is slower than the the 3D mouse sending events. Resulting in a long history of 3D mouse movements even when you have released the...