MouseEventArgs

0
0

in _MouseDown(object sender, MouseEventArgs e)

e.Button  returns only 1 button or it can returns both left and right?

 

  • You must to post comments
0
0

Hi Davide,

It’s possible using flags. See this post:

https://stackoverflow.com/questions/3209217/detect-both-left-and-right-mouse-click-at-the-same-time

HTH,

Levie

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.