Is there a way to detect non-movement (touch events) ?

Posted by hyn on Stack Overflow See other posts from Stack Overflow or by hyn
Published on 2010-05-09T16:36:10Z Indexed on 2010/05/09 16:38 UTC
Read the original article Hit count: 181

Filed under:
|
|

Is there a way to detect a finger's non-movement by using a combination of UITouch events? The event methods touchesEnded and touchesCancelled are only fired when the event is cancelled or the finger lifted. I would like to know when a touch has stopped moving, even while it is still touching the screen.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk