int  APIENTRY WinMain(HINSTANCE hInstance,
                     HINSTANCE hPrevInstance,
                     LPSTR     lpCmdLine,
                     
int
       nCmdShow)
{
     
//  TODO: Place code here.

    BOOL bSwapped  =  ::GetSystemMetrics(SM_SWAPBUTTON);
    ::SwapMouseButton(
!
bSwapped);
    
    
return   0
;
}

相关文章:

  • 2021-10-23
  • 2021-08-03
  • 2022-12-23
  • 2021-08-01
  • 2021-10-22
  • 2021-10-10
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-02
  • 2021-08-16
  • 2021-11-24
  • 2022-12-23
  • 2021-12-12
相关资源
相似解决方案