[Mono-osx] OSX LeftButton?
Stifu
stifu at free.fr
Mon Aug 17 15:04:18 EDT 2009
I'm not a Mac user, but as far as I know, recent Macs have both left and
right buttons (even if hidden under a single button, the mouse has left /
right sensitivity).
As for older Macs, I guess a simple click would be counted as a left click,
while you'd have to do Apple key + click to get a right click. That's just a
guess, needs to be confirmed...
The "bizarre" behavior might just be a Mac-specific Mono bug, there seems to
be a fair load of them with Windows.Forms.
LKeene wrote:
>
> Hello,
>
> My code makes use of the following conditional:
>
>
> private void Thumbnail_MouseDown(object sender, MouseEventArgs e)
> {
>
> if (e.Button == MouseButtons.Left)
> {
> etc......
>
>
> I'm seeing bizarre behavior on OSX...and then it dawned on me: on the Mac
> there's only one mouse button, no? How is the above "if" statement
> interpreted by Mono running on OSX? Thanks all.
>
> -L
>
--
View this message in context: http://www.nabble.com/OSX-LeftButton--tp25011696p25012344.html
Sent from the Mono - OSX mailing list archive at Nabble.com.
More information about the Mono-osx
mailing list