[android-developers] Detect finger going off screen?

2010-01-03 Thread scastria
I have a motion listener to detect finger down, finger drag, and finger up. I start my action at finger down and finish my action at finger up. When the action is finished, I store it in a stack for allowing undo. My problem is that if I don't get a finger up event, I can't finish my action to

Re: [android-developers] Detect finger going off screen?

2010-01-03 Thread Romain Guy
You should receive an ACTION_CANCEL if that happens. On Sun, Jan 3, 2010 at 12:27 AM, scastria scastria...@gmail.com wrote: I have a motion listener to detect finger down, finger drag, and finger up.  I start my action at finger down and finish my action at finger up.  When the action is