First pass fix at implementing requestWarpPointer.

This commit is contained in:
Robert Osfield
2003-03-19 15:49:21 +00:00
parent 5266ffb895
commit ca0ff266e2
3 changed files with 35 additions and 5 deletions

View File

@@ -53,7 +53,6 @@ void KeyboardMouseCallback::mouseMotion( float mx, float my)
_mx = mx;
_my = my;
osg::ref_ptr<EventAdapter> event = new EventAdapter;
event->adaptMouseMotion(getTime(),mx,my);