Package pro.streem.ar.sceneform.ux
Class DragGestureRecognizer
- java.lang.Object
-
- pro.streem.ar.sceneform.ux.BaseGestureRecognizer<DragGesture>
-
- pro.streem.ar.sceneform.ux.DragGestureRecognizer
-
public class DragGestureRecognizer extends BaseGestureRecognizer<DragGesture>
Gesture Recognizer for when the user performs a drag motion on the touch screen.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDragGestureRecognizer.OnGestureStartedListenerInterface definition for a callbacks to be invoked when aDragGesturestarts.
-
Field Summary
-
Fields inherited from class pro.streem.ar.sceneform.ux.BaseGestureRecognizer
gesturePointersUtility, gestures
-
-
Constructor Summary
Constructors Constructor Description DragGestureRecognizer(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
-
DragGestureRecognizer
public DragGestureRecognizer(GesturePointersUtility gesturePointersUtility)
-
-
Method Detail
-
tryCreateGestures
protected void tryCreateGestures(pro.streem.ar.sceneform.HitTestResult hitTestResult, android.view.MotionEvent motionEvent)- Specified by:
tryCreateGesturesin classBaseGestureRecognizer<DragGesture>
-
-