Sorry for the dumb question:
I' m using an osgProducer application with a custom osgGA::GUIEventHandler added thru:
viewer.getEventHandlerList().push_front(keh);

Iwould like to retrive the mouse position UNNORMALIZED (not scaled by window size) but, inside handle, the both getX() and getXnormalized() methods of the retrieved osgGA::GUIEventAdapter& ea returns
the same value.
It seems that the normalization happens anyway.
Am I missing something?

Thanks in advance
                               Luigi

_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to