Re: Handling "Smart Zoom" gesture?
Re: Handling "Smart Zoom" gesture?
- Subject: Re: Handling "Smart Zoom" gesture?
- From: Graham Cox <email@hidden>
- Date: Fri, 29 Jun 2012 13:40:24 +1000
On 29/06/2012, at 1:17 PM, Quincey Morris wrote:
>> NSSet* touches = [event touchesMatchingPhase:NSTouchPhaseBegan inView:self.view];
Ah, noticed a silly mistake. If I use NSTouchPhaseTouches here, I get a count of 2 far more often. That suggests that in fact events are coalesced, or at least sent several times with the touches set building up.
--Graham
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden