Updated osgstereoimage and osgimpostor to handle the new default

orientation of normalized mouse coords.
This commit is contained in:
Robert Osfield
2003-04-14 18:49:41 +00:00
parent 5df7118d6d
commit deac5b8d4a
3 changed files with 11 additions and 12 deletions

View File

@@ -308,7 +308,6 @@ void Viewer::requestWarpPointer(float x,float y)
{
if (_kbmcb)
{
cout << "x="<<x<<" y="<<y<<endl;
EventAdapter::_s_mx = x;
EventAdapter::_s_my = y;
_kbmcb->getKeyboardMouse()->positionPointer(x,y);