Package pro.streem.ar.sceneform.ux
Class TwistGestureRecognizer
- java.lang.Object
-
- pro.streem.ar.sceneform.ux.BaseGestureRecognizer<TwistGesture>
-
- pro.streem.ar.sceneform.ux.TwistGestureRecognizer
-
public class TwistGestureRecognizer extends BaseGestureRecognizer<TwistGesture>
Gesture Recognizer for when the user performs a two-finger twist motion on the touch screen.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTwistGestureRecognizer.OnGestureStartedListenerInterface definition for a callbacks to be invoked when aTwistGesturestarts.
-
Field Summary
-
Fields inherited from class pro.streem.ar.sceneform.ux.BaseGestureRecognizer
gesturePointersUtility, gestures
-
-
Constructor Summary
Constructors Constructor Description TwistGestureRecognizer(GesturePointersUtility gesturePointersUtility)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidtryCreateGestures(pro.streem.ar.sceneform.HitTestResult hitTestResult, android.view.MotionEvent motionEvent)-
Methods inherited from class pro.streem.ar.sceneform.ux.BaseGestureRecognizer
addOnGestureStartedListener, onTouch, removeOnGestureStartedListener
-
-
-
-
Constructor Detail
-
TwistGestureRecognizer
public TwistGestureRecognizer(GesturePointersUtility gesturePointersUtility)
-
-
Method Detail
-
tryCreateGestures
protected void tryCreateGestures(pro.streem.ar.sceneform.HitTestResult hitTestResult, android.view.MotionEvent motionEvent)- Specified by:
tryCreateGesturesin classBaseGestureRecognizer<TwistGesture>
-
-