如何在Mac后台运行Pygame
我想知道如何为 Mac 后台正在运行的 python/pygame 程序提供键盘输入。
已将此问题移至: 如何测试使用 PyObjC 和 Python 在 Mac 上按下全局键。
并且不再使用 Pygame。
Im wondering how to provide keyboard input to a running python/pygame program that is in my Mac's background.
Have moved this question to:
How to test if global key is pressed on Mac using PyObjC and Python.
And no longer using Pygame.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想我将这个问题解释为:“我需要自动化键盘输入”。如果是这样,dogtail
是个好主意。但是,由于您的程序将在后台运行,这可能会使事情变得复杂,您是否有您尝试将输入传递到的游戏的源代码?
I think I interpret this question as: "I need to automate keyboard input". If so, dogtail
is a good idea. However, since your program is going to be in the background, this may complicate matters, do you have the source to the game you're trying to pass input to?