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().
The functions
OnStartGesture()
andOnEndGesture()
have been renamed toStartGesture()
andEndGesture()
. This aligns their signatures with the corresponding virtual functions in thevtkInteractorStyle
class. Subsequently, these functions are now called from the VR interactor style functionsHandleComplexGestureEvents()
andRecognizeComplexGesture()
.