Hi Tim, You are right, the event time used to tag the time at which windowing events occurred is the time of the last check events. In reality, these events occurred in the time range [_timeOfLastCheckEvents, getEventQueue()->getTime()], so this is a valid time, albeit conservatively lagging behind. If we were to use the eventTime instead, that would also be a valid time, but this time possibly ahead of the real event time, so there is no perfect pick.
What kind of problem is that causing in your manipulator ? André -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: July-10-07 5:50 AM To: osg-users@openscenegraph.net Subject: [osg-users] Events from the past Hi, I have some problems with my flightManipulator. Looking closer, the mouse events seem to be much older than the following frame event. After digging in the OSG source I found that the GraphicsWindowWin32 uses eventTime = _timeOfLastCheckEvents; instead of something like eventTime = getEventQueue()->getTime(); Thanks for any answers/help/indoctrinations... Tim. _______________________________________________ osg-users mailing list osg-users@openscenegraph.net http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/ _______________________________________________ osg-users mailing list osg-users@openscenegraph.net http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/