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
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
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
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
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