Hi Dave,

I’ve noticed the following behaviour:

In  an XCode Text Window (or any text editor type App), do this:

Click and Hold the Left Mouse Button
Type a character on the keyboard                        (Nothing happens)
Release the Mouse                                               (The Character 
appears)

or

Hold down a key on the keyboard so the character is repeating in the text 
window.
Click and Hold the Left Mouse Button            (The Characters stops repeating 
in the window)
Release the Mouse                                               (Many 
Characters appear in the window)

My question is, do the keyboard and Mouse Down Events come in pairs, so that 
the following would/should not occur:

KeyDown Event
MouseDown Event 
KeyUp Event
MouseUp Event

MouseDown
KeyDown
KeyUp
MouseUp

Thanks a lot for any info on this. From looking at it, I think that the 
MouseDown/Up and KeyboardDown/Up must come if pairs with no events to the other 
device(s) in between, but it would be nice to know for sure!

All the Best
Dave




_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to