I'm writing an iPad application that needs to time the finger movement very precisely, so I am keen on getting the best performance and accuracy I can. I have two questions about this:
For intercepting finger position on screen, must I use touchesMoved(), or is there a lower-level API?
Does anyone know whether touchesMoved() returns the exact position on screen, or does the iPad perform some interpolation?
Thanks!