diff --git a/src/Viewer/GraphicsWindowQt5.cpp b/src/Viewer/GraphicsWindowQt5.cpp index 5e5b05bde..194bde0f7 100644 --- a/src/Viewer/GraphicsWindowQt5.cpp +++ b/src/Viewer/GraphicsWindowQt5.cpp @@ -726,6 +726,8 @@ void GraphicsWindowQt5::requestWarpPointer( float x, float y ) { if ( _window ) QCursor::setPos( _window->mapToGlobal(QPoint((int)x,(int)y)) ); + + getEventQueue()->mouseWarped(x,y); } bool GraphicsWindowQt5::checkEvents()