Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究使用人类手势进行游戏控制。我正在尝试在识别特定手势时模拟按键。我为此使用 keybd_event。但是发生的事情是在记事本文件上模拟键。但是当我尝试游戏时,键没有得到模拟。我究竟做错了什么??
keybd_event(0x41,0xb8,0, 0); //一个按下的keybd_event(0x41,0x8f, KEYEVENTF_KEYUP,0); // 一个释放的