View120.mouseMoveEvent

View120.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:

event (PySide2.QtGui.QMouseEvent) – The Qt event.