-
public final class GestureDetectorResponds to Android touch events and manages a camera manipulator. Supports one-touch orbit, two-touch pan, and pinch-to-zoom.
-
-
Constructor Summary
Constructors Constructor Description GestureDetector(View view, Manipulator manipulator)
-
Method Summary
Modifier and Type Method Description final UnitonTouchEvent(MotionEvent event)-
-
Constructor Detail
-
GestureDetector
GestureDetector(View view, Manipulator manipulator)
-
-
Method Detail
-
onTouchEvent
final Unit onTouchEvent(MotionEvent event)
-
-
-
-