You can programmatically swap the meaning of the left and right mouse buttons, to account for your left-handed users. All you need is a call to the SystemParameterInfo API function |
To restore the regular mouse behavior, you need a second call to the same API function, but passing False in its second argument: |
|