View.mouseMoveEvent
- View.mouseMoveEvent(event)[source]
Callback for the mouse move event.
This method registers selections, if the left button is pressed, and modifies the view (pan/rotate), if the right button is pressed.
- Parameters
- eventPySide2.QtGui.QMouseEvent
The Qt event.