<p>Are there any Go libraries that allow you to control the mouse or keyboard? I'm interested in building an AI to play an RTS game. The game doesn't provide an API to send commands other than the GUI, but it does produce logs that I can parse and analyze in Go to determine how to respond.</p>
<hr/>**评论:**<br/><br/>dedisuryadi: <pre><p>Maybe Autohotkey or AutoIT is a better choice, if you insist you can have a peek at <a href="http://www.azul3d.org/packages.html" rel="nofollow">http://www.azul3d.org/packages.html</a></p></pre>mischanix: <pre><p>You'll have to use a platform-specific library call, such as <a href="https://msdn.microsoft.com/en-us/library/windows/desktop/ms646310(v=vs.85).aspx" rel="nofollow">SendInput</a> on Windows.</p></pre>tv64738: <pre><p>For what platform?</p></pre>everdev: <pre><p>Mac</p></pre>excited_by_typos: <pre><p>Sounds like a cool project.</p></pre>
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
0 回复
- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码`
- 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传