C语言键盘控制程序运行

如按1开始按2结束... 如按1开始按2结束 展开
 我来答
匿名用户
2012-07-16
展开全部
I am pretty sure A and B will work in my code, but not sure about num1 and num2
Please try the following code and let me know if you have a question.
Hope you find this helpful

#include <windows.h>

while(1){ // enter the while loop, if A or B is pressed then trigger certain function
if(GetAsyncKeyState('A')){ // if A is pressed
// do something

Sleep(250);
}

if(GetAsyncKeyState('B')){ // if B is pressed
// do something
Sleep(250);
}

}
百度网友40b16a4
2012-07-16 · 超过21用户采纳过TA的回答
知道答主
回答量:70
采纳率:75%
帮助的人:37.9万
展开全部
用switch,case实现,
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
帐号已注销
2012-07-16 · 超过11用户采纳过TA的回答
知道答主
回答量:108
采纳率:0%
帮助的人:32.3万
展开全部
if(key1==0){...;}
if(key2==0){...;}
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式