Timing touches on an iPad -


i've been looking try , measure time between touch events (looking @ uitouch class). on uitouch class there timestamp property gives time in seconds.

for application looking @ able measure in milliseconds.

thanks

just multiply timestamp 1000 , have milliseconds. timestamp property defined nstimeinterval typedef double.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -