Keyboard/Mouse Event Interaction
Keyboard/Mouse Event Interaction
- Subject: Keyboard/Mouse Event Interaction
- From: Dave <email@hidden>
- Date: Sun, 17 Jul 2016 14:06:46 +0100
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 (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