IPhone: different system timers??
- by matt
I have been using mach_absolute_time() for all my timing functions so far. calculating how long between frames ect.
I now want to get the exact time touch input events happen using event.timestamp in the touch callbacks.
the problem is these two seem to use completely different timers. sure, you can get them both in seconds, but their origins…