Re: key modifiers change during drag
Re: key modifiers change during drag
- Subject: Re: key modifiers change during drag
- From: robert l clair <email@hidden>
- Date: Wed, 8 Oct 2003 19:08:33 -0400 (EDT)
Use [theEvent modifierFlags] to get the mask of modifier keys
on mouseDown, hold on to it , do [theEvent modifierFlags] in each
drag event and check for changes ? I haven't done this but the docs do
not say that modifierFlags is restricted to Key events and the header files
says it is valid for all events.
.....Bob
-------------------------------------------------------------
The Confusion is the gradient of the Potential for Confusion.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.