0

我想为在线游戏编写一个自动按键。为此,我尝试使用以下功能:

[DllImport("user32.dll")]
public static extern void keybd_event(byte bVt, byte bscan, uint dwFlags, UIntPtr dwExtraInfo);

此功能适用于 chrome、notepad、office 等应用程序,但键在游戏窗口中不起作用。

有没有更强大的方法来模拟按键事件?我不知道如何模拟特定窗口中的键。如果我这样做,钥匙会起作用吗?

4

1 回答 1

0

发送密钥

是的,您必须参考 WindowsForms。

于 2013-08-27T12:19:39.607 回答