[osg-users] multiple input with osgwidgets
    Sebastian Schmidt 
    herrdersuppen at gmail.com
       
    Thu Aug 11 23:49:43 PDT 2016
    
    
  
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
    
    
More information about the osg-users
mailing list