A Simple Code to Swap the Left and Right Mouse Buttons
A Simple Code to Swap the Left and Right Mouse Buttons
API Declarations
'Declarations
Public Declare Function SwapMouseButton Lib "user32" Alias "SwapMouseButton" (ByVal bSwap As Long) As Long
Public Const MB_DEFBUTTON1 = &H0&
Public Const MB_DEFBUTTON2 = &H100&
Rate A Simple Code to Swap the Left and Right Mouse Buttons
(2(2 Vote))
SwapMouseButton MB_DEFBUTTON1 ' To Reset to Original Postion
A Simple Code to Swap the Left and Right Mouse Buttons Comments
No comments yet — be the first to post one!
Post a Comment