Re: NSEvent timestamp is zero
Re: NSEvent timestamp is zero
- Subject: Re: NSEvent timestamp is zero
- From: Graham Cox <email@hidden>
- Date: Thu, 7 Jan 2010 22:09:36 +1100
On 07/01/2010, at 9:07 PM, email@hidden wrote:
> Once the operation is done and processed I don't want to respond to any previous mouse click events that remain in the event queue for that button.
> Filtering on the timestamp seemed like the way to go.
Or alternatively just flush the event queue?
- (void) discardEventsMatchingMask:(NSUInteger) eventMask beforeEvent:(NSEvent*) lastEvent;
NSWindow or NSApplication
--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