key modifiers change during drag
key modifiers change during drag
- Subject: key modifiers change during drag
- From: Seth Delackner <email@hidden>
- Date: Wed, 8 Oct 2003 00:20:22 +0000
- Mail-followup-to: email@hidden
When a cell is running a tracking session or a drag session,
it is receiving mouse events only. If the user releases or
presses a modifier key (for example, to change from move to
copy drag) no event gets through until the user moves some
more (and our tracking code can inspect the current flags).
Has anyone solved this? I can't even run a timer to detect
changes, since you aren't allowed to sniff for events in a
background thread while the main thread is already in a
tracking/dragging session.
_______________________________________________
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.