RE: UIEvent timestamp clarification

2011-01-16 Thread Andrew Coad
Apologies, I didn't see Matt's reply despite searching several times. Problem solved, thanks. Andrew Coad > Date: Sun, 16 Jan 2011 19:36:39 -0800 > Subject: Re: UIEvent timestamp clarification > From: kyle.slu...@gmail.com > To: andrewc...@hotmail.com > CC: cocoa-de

Re: UIEvent timestamp clarification

2011-01-16 Thread Kyle Sluder
On Sun, Jan 16, 2011 at 7:30 PM, Andrew Coad wrote: > > Does anyone have a view on this? Did you read Matt's reply? --Kyle Sluder ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the li

RE: UIEvent timestamp clarification

2011-01-16 Thread Andrew Coad
Does anyone have a view on this? Andrew Coad > From: andrewc...@hotmail.com > To: cocoa-dev@lists.apple.com > Date: Wed, 12 Jan 2011 18:36:56 -0500 > Subject: UIEvent timestamp clarification > > > Reading through the docs, the approximate flow from a user touching an

Re: UIEvent timestamp clarification

2011-01-14 Thread Matt Neuburg
On Wed, 12 Jan 2011 18:36:56 -0500, Andrew Coad said: > >Reading through the docs, the approximate flow from a user touching an >interface component (e.g. a button) to the touch event being processed by the >application is: > > - User touches (e.g. a UIButton), a "touch" object is created and en

UIEvent timestamp clarification

2011-01-12 Thread Andrew Coad
Reading through the docs, the approximate flow from a user touching an interface component (e.g. a button) to the touch event being processed by the application is: - User touches (e.g. a UIButton), a "touch" object is created and enqueued on the dispatch thread (main thread) - The touch obj