新微赢技术网

标题: 小恶搞的鼠标左右键转换 大家看下有没问题 [打印本页]

作者: 木子    时间: 2009-11-4 01:56
标题: 小恶搞的鼠标左右键转换 大家看下有没问题
#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;
}批评是我前进的动力
作者: Kdsffsd    时间: 2009-11-4 01:56
挺有趣啊!呵呵
作者: ゛,    时间: 2009-11-4 01:56
比较好玩!
作者: 况天佑    时间: 2009-11-4 01:56
很有趣啊,还真不习惯用..




欢迎光临 新微赢技术网 (http://bbs.weiying.cn/) Powered by Discuz! X3.2