Re: Modifier keys
Re: Modifier keys
- Subject: Re: Modifier keys
- From: "Erik M. Buck" <email@hidden>
- Date: Wed, 14 Nov 2001 12:24:18 -0600
First, what you want to do is a horrible UI and your users will probably
hate it. It is non-obvious.
That said, when you press a button its sends its action to its target with
itself as the sender.
Look at -currentEvent and -modifierFlags and look at -mouseDownFlags.
By the way, not only is this well documented but this question was answered
in this forum last week.
Not to pick on you personally, but why couldn't you find these in the
documents. A search fro "modifier" or "flags" or even event would have
found these.
----- Original Message -----