小恶搞的鼠标左右键转换 大家看下有没问题
#include<iostream>
#include<windows.h>
#include<stdio.h>
using namespace std;
int main()
{BOOL x;
x=SwapMouseButton(false);
while(1)
{
if(x==true)
x=SwapMouseButton(false);
else
x=SwapMouseButton(true);
Sleep(20);
}
return 0;
}批评是我前进的动力