|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGestureDetector
edu.eside.flingbox.input.SceneGestureDetector
public class SceneGestureDetector
Custom gesture detection class
Listener should implement SceneGestureDetector.OnInputListener
.
Nested Class Summary | |
---|---|
static interface |
SceneGestureDetector.OnInputListener
|
Constructor Summary | |
---|---|
SceneGestureDetector(Context context,
SceneGestureDetector.OnInputListener listener)
|
Method Summary | |
---|---|
boolean |
onTouchEvent(MotionEvent ev)
Should be called on touch event |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SceneGestureDetector(Context context, SceneGestureDetector.OnInputListener listener)
context
- listener
- Method Detail |
---|
public boolean onTouchEvent(MotionEvent ev)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |