Hello.
I've two class for motion detection in my program.
First: class GestureListener : Java.Lang.Object,
GestureDetector.IOnGestureListener
who can detect left, right, up, down... etc..
Second: public class GestureTouchListener : Java.Lang.Object,
View.IOnTouchListener
Who can detect only if i scroll... because for me it's not possible to
detect if i do a right, left, with a IOnTouchListener..
The problem, on a listview, we can't use IOnGestureListener... and on my
class GestureTouchListener :
public bool OnTouch(View v, MotionEvent e)
=> e.Action always return MotionEventActions.Down.
So, have you an idea to have, on a listview, right / left (down / up?)
motion detection
_______________________________________________
Monodroid mailing list
[email protected]
UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid