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!