【发布时间】:2013-07-20 04:40:48
【问题描述】:
与获得按键有什么区别:
GetKeyState()GetAsyncKeyState()-
getch()?
我应该什么时候使用一个而不是另一个?
【问题讨论】:
-
为什么投反对票?我无法从 stackoverflow 中找到任何结果,即使我忽略
getch()并搜索GetKeyState() vs. GetAsyncKeyState()。
标签: c++ input keyboard getchar