本文介绍了如何创建“键操纵"?在Visual C ++中.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
你好,
我想编写一个游戏程序.当我按下一个按钮并设置了ex时,此prg会执行此操作:在键盘上按"m",则prg会执行此操作(按"F4","1","F1"),因此,即使我按一个键,它也会按不止一个,这些关键是我设置的.我失败了...我是C ++中的新手.
谢谢,再见
Hello,
I wanted to make a program for a game. This prg does when i press a button waht i set ex: press "m" on my keyboard the prg will do that (press "F4", "1", ''F1") so just if i press one key it will press more than one and these key what i set. I''m failed... I''m a newbie in c++.
Thanks, bye
推荐答案
这篇关于如何创建“键操纵"?在Visual C ++中.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!