On Tue, Feb 24, 2009 at 4:29 PM, Jean-Sébastien Guay <[email protected]> wrote: > I've seen this before too. Our event handler was being called with a MOVE > event even though the mouse was sitting upside down on the desk (so no > movement was possible). We just worked around it by comparing the position > to the previous one and ignoring if it was the same, but there's a bug in > there I'm pretty sure. Perhaps it's Windows-specific though...
I've never see MOVE events generated without the mouse moving under Linux, so it could we be a GraphicsWindowWin32 implementation issue. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

