• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录

博客园    首页    新随笔       管理    订阅  订阅

获取本程序接收到的键盘消息

 1 #include <Windows.h>
 2 #include <iostream>
 3 using namespace std;
 4 
 5 int main()
 6 {
 7     while(true)
 8     {
 9         if(-32767 == GetAsyncKeyState(VK_SPACE))
10             cout<<" ";
11         else if(-32767 == GetAsyncKeyState('A'))
12             cout<<"A";
13         else if(-32767 == GetAsyncKeyState('B'))
14             cout<<"B";
15         else if(-32767 == GetAsyncKeyState('C'))
16             cout<<"C";
17         else if(-32767 == GetAsyncKeyState('D'))
18             cout<<"D";
19         else if(-32767 == GetAsyncKeyState('E'))
20             cout<<"E";
21     }
22     return 0;
23 }

 

posted @ 2019-05-27 17:20  ヤ玥夜ゞ  阅读(169)  评论(0)    收藏  举报
刷新页面返回顶部
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3