On Wed, Oct 8, 2008 at 2:49 PM, Renan Mendes <[EMAIL PROTECTED]> wrote: > Sorry, Robert, I think I wasn't very clear. What I meant was: when I detect > a drag event, I'd like to also detect a keydown event. It would be like > testing for simultaneity of events...
Events don't occur simultaneously from the windowing system or on the OSG side - a single GUIEventAdapter can't represent more than one event. What the EventAdpter does have with it is a tracking of mouse position, last mouse buttons pressed, and last key pressed so perhaps this state information is what you are looking for. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

