MCPcopy Create free account
hub / github.com/Kitware/VTK / mouseMove

Function mouseMove

Interaction/Style/Testing/Python/TestStyleUser.py:829–838  ·  view source on GitHub ↗
(widget, event_string)

Source from the content-addressed store, hash-verified

827 mouseWheelBackward(iRen,ren)
828
829def mouseMove(widget, event_string):
830 global left, middle, right
831 if left == 1:
832 mouseLeftMove(iRen,ren)
833 if middle == 1:
834 mouseMiddleMove(iRen,ren)
835 if right == 1:
836 mouseRightMove(iRen,ren)
837 if ( (left == 0) and (middle == 0) and (right == 0) ) :
838 pass
839
840# This is where the interaction style is defined
841style = vtkInteractorStyleUser()

Callers

nothing calls this directly

Calls 3

mouseLeftMoveFunction · 0.85
mouseMiddleMoveFunction · 0.85
mouseRightMoveFunction · 0.85

Tested by

no test coverage detected