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

Method onMovement

Wrapping/Python/vtkmodules/test/Testing.py:214–215  ·  view source on GitHub ↗
(caller, eventId)

Source from the content-addressed store, hash-verified

212 events.append((time.time() - startTime, eventId))
213
214 def onMovement(caller, eventId):
215 events.append((time.time() - startTime, eventId, caller.GetEventPosition()))
216
217 interactor.AddObserver(vtkCommand.KeyPressEvent, onKeyPress)
218 interactor.AddObserver(vtkCommand.LeftButtonPressEvent, onButton)

Callers

nothing calls this directly

Calls 2

timeMethod · 0.80
appendMethod · 0.45

Tested by

no test coverage detected