[DllImport("user32.dll")]
public extern static bool SwapMouseButton(bool fSwap ) ;
//-------------------------------
If (SwapMouseButton(True))    SwapMouseButton(False)  ;

 以适应左、右手使用鼠标。

相关文章:

  • 2022-12-23
  • 2021-12-30
  • 2022-12-23
  • 2021-12-20
  • 2022-12-23
  • 2022-12-23
  • 2021-10-02
猜你喜欢
  • 2021-09-24
  • 2022-12-23
  • 2022-12-23
  • 2021-11-02
  • 2022-12-23
  • 2021-08-19
  • 2022-02-08
相关资源
相似解决方案