KitwareMedical / SlicerVirtualReality

A Slicer extension that enables user to interact with a Slicer scene using virtual reality.
Apache License 2.0
119 stars 58 forks source link

ENH: Invoke "(Start/End)Gesture" from the gesture recognition handler #137

Closed jcfr closed 11 months ago

jcfr commented 11 months ago

The functions OnStartGesture() and OnEndGesture() have been renamed to StartGesture() and EndGesture(). This aligns their signatures with the corresponding virtual functions in the vtkInteractorStyle class. Subsequently, these functions are now called from the VR interactor style functions HandleComplexGestureEvents() and RecognizeComplexGesture().