Hello,

I have a Problem with my current MonoTouch project on the iPad. Users' touch
> inputs comes partially delayed.
>
> I have placed an output to the console to see how long does it takes to
> recognize my touch input in the method "TouchesBegan".
>
> As soon as I make the inputs quickly, the touches are recognized slowly.
> The
> more faster I make the inputs, the more later the inputs are recognized in
> the methode "TouchesBegan".
>

Perhaps because the OS is trying to determine if you are trying to do a
gesture or not.

There are some system-wide gestures that you can disable in Settings, and
you might be using it in a view that has some UIGestureRecognizers attached.

Is there a way to reset the entire input, for example if I made a
> triple-touch input?
>

If you use UIGestureRecognizers, you can generate a cancel recognition.

Miguel
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to