nodegraphgestures module¶
-
class
nodegraphgestures.GestureManager¶ -
addDetector(detector)¶
-
disable()¶
-
reset()¶
-
testForGesture(uievent)¶
-
velocity()¶
-
-
class
nodegraphgestures.GestureRecord(eventtime, mousepos)¶ Bases:
tuple-
eventtime¶ Alias for field number 0
-
mousepos¶ Alias for field number 1
-
-
class
nodegraphgestures.ShakeDetector(editor, name)¶ Bases:
nodegraphgestures.GestureDetector-
detectGesture(records)¶
-
-
class
nodegraphgestures.SwipeDetector(editor, name, startangle, endangle)¶ Bases:
nodegraphgestures.GestureDetector-
detectGesture(records)¶
-