How do I swap the mouse buttons?
Use the API Function SwapMouseButton to swap the
functions of the Left and Right mouse buttons. The
declare for this function is:
Declare Function SwapMouseButton& Lib "user32" _
(ByVal bSwap as long)
To swap the mouse buttons, call this function with
the variable bSwap = True. Set bSwap to False to restore
normal operation.
|