I have problems with receiving multi input events in my osgWidget::Label class.
f.e. 
1. click right mouse
2. click left mouse
3. release left mouse
4. no event when i drag the right mouse

i added 
Code:
setEventMask(osgWidget::EVENT_ALL);

 to receive all events but i seems like osg is killing//ignoring all other 
states when one of the mouse button is released.

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=68357#68357





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to