Determine Mouse Button Switch State
Posted
by VoiDeD
on Stack Overflow
See other posts from Stack Overflow
or by VoiDeD
Published on 2010-05-20T02:23:43Z
Indexed on
2010/05/20
2:30 UTC
Read the original article
Hit count: 193
Hello,
I'm trying to determine the host operating system's settings regarding mouse button switch state to properly handle a context menu event.
I want to determine whether or not the operating system my application is running on has switched the left and right mouse buttons, and handle the mouse click event accordingly.
What would be the best way to determine that in C#?
Thanks!
© Stack Overflow or respective owner