First pass fix at implementing requestWarpPointer.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user