[Mono-osx] OSX LeftButton?

LKeene lionel.keene at gmail.com
Mon Aug 17 14:21:04 EDT 2009


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--tp25011696p25011696.html
Sent from the Mono - OSX mailing list archive at Nabble.com.



More information about the Mono-osx mailing list