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.
我的应用程序需要模拟在一段时间内按住的键。我不知道多少次。我可以为此使用 sendinput API 吗?
SendInput可以触发具有INPUT结构的事件,包括KEYBDINPUT. AKEYBDINPUT可以使用虚拟键或扫描码指定键向上和键向下事件。所以你想使用SendInput两次:在开始时发送一个按键事件,在最后发送一个按键事件。
SendInput
INPUT
KEYBDINPUT