Re: [osg-users] [Viewer] Detecting mouse move

2013-05-21 Thread Judson Weissert
Asher, The GUIEventAdapter::DRAG event is not what you are looking for? Regards, Judson On 5/20/2013 5:00 PM, Asher Kamiraze wrote: Hi all, In some of my application, I would like to detect when a clic + mouse move event happen. My goal is to display on screen during the clic + mouse move

[osg-users] [Viewer] Detecting mouse move

2013-05-20 Thread Sergey Kurdakov
Hi Asher > In some of my application, I would like to detect when a clic + mouse move > event happen. My goal is to display on screen during the clic + mouse move > only objects bounding boxes. see osgkeyboardmouse example, have an additional flag for clicked stateL pseudocode: case(osgGA::GU

[osg-users] [Viewer] Detecting mouse move

2013-05-20 Thread Asher Kamiraze
Hi all, In some of my application, I would like to detect when a clic + mouse move event happen. My goal is to display on screen during the clic + mouse move only objects bounding boxes. Do you have any hint on how to do this? Maybe some tips starting from osgviewer could help! Best regards, As