UIEvent has timestamp. How can I generate an equivalent value on my own?
- by Dave Peck
According to the cocoa documentation, timestamp on UIEvent is "the number of seconds since system startup." It's an NSTimeInterval.
I'd like to generate, as efficiently as possible, an equivalent number. Of course, I want to do this where UIEvent don't shine. :-)