Groups | Blog | Home
all groups > visual c > february 2006 >

visual c : equivalent of MouseButtons.Left in VC++.NET


tlemcenvisit
2/28/2006 6:08:30 AM
Hello,

Please, what is the equivalent code of
if(e.Button == MouseButtons.Left)
in VC++.NET

Bruno van Dooren
2/28/2006 6:45:29 AM
[quoted text, click to view]

Hi,

I assume you are talking about the MouseClick event.

your code would translate to:
if(e->Button == ::MouseButtons::Left)

--

Kind regards,
Bruno.
bruno_nos_pam_van_dooren@hotmail.com
Remove only "_nos_pam"

AddThis Social Bookmark Button