Re: NSEvent timestamp is zero
Re: NSEvent timestamp is zero
On 7 Jan 2010, at 11:09, Graham Cox wrote:
>
> 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
>
Thanks Graham.
That should do the trick.
Jonathan_______________________________________________
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