int APIENTRY WinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
int nCmdShow)
{
// TODO: Place code here.
BOOL bSwapped = ::GetSystemMetrics(SM_SWAPBUTTON);
::SwapMouseButton( ! bSwapped);
return 0 ;
}
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
int nCmdShow)
{
// TODO: Place code here.
BOOL bSwapped = ::GetSystemMetrics(SM_SWAPBUTTON);
::SwapMouseButton( ! bSwapped);
return 0 ;
}
浙公网安备 33010602011771号