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

Method onButton

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

Source from the content-addressed store, hash-verified

209 events.append((time.time() - startTime, eventId, caller.GetKeySym()))
210
211 def onButton(caller, eventId):
212 events.append((time.time() - startTime, eventId))
213
214 def onMovement(caller, eventId):
215 events.append((time.time() - startTime, eventId, caller.GetEventPosition()))

Callers

nothing calls this directly

Calls 2

timeMethod · 0.80
appendMethod · 0.45

Tested by

no test coverage detected