我想向系统发送击键(地铁风格的应用程序)。像右箭头或左箭头这样的键。
在 Windows 窗体中很容易做到SendKeys()
:
System.Windows.Forms.SendKeys.Send("S");
有没有办法做到这一点?
我想向系统发送击键(地铁风格的应用程序)。像右箭头或左箭头这样的键。
在 Windows 窗体中很容易做到SendKeys()
:
System.Windows.Forms.SendKeys.Send("S");
有没有办法做到这一点?