Uses of Class
com.openinventor.inventor.gestures.recognizers.SoGestureRecognizer
Packages that use SoGestureRecognizer
-
Uses of SoGestureRecognizer in com.openinventor.inventor.gestures.recognizers
Subclasses of SoGestureRecognizer in com.openinventor.inventor.gestures.recognizersModifier and TypeClassDescriptionclassDouble tap gesture recognizer.classLong tap gesture recognizer.classRotate gesture recognizer.classScale (pinch) gesture recognizer. -
Uses of SoGestureRecognizer in com.openinventor.inventor.touch
Methods in com.openinventor.inventor.touch that return types with arguments of type SoGestureRecognizerModifier and TypeMethodDescriptionSoTouchManager.getRecognizerList()Returns the gesture recognizers list.Methods in com.openinventor.inventor.touch with parameters of type SoGestureRecognizerModifier and TypeMethodDescriptionvoidSoTouchManager.addRecognizer(SoGestureRecognizer recognizer) Add a gesture recognizer to the recognizer list.voidSoTouchManager.removeRecognizer(SoGestureRecognizer gesture) Remove a gesture recognizer from the recognizer list.