WinAPI: SwapMouseButton 交换鼠标左右键的功能

//声明
SwapMouseButton(
  fSwap: BOOL {True: 交换; False: 恢复}
): BOOL;

原文地址:https://www.cnblogs.com/del/p/1067572.html