问题描述
当我在插入Logitech Dual Action游戏手柄的情况下运行以下代码时,我希望它会向乌龟窗口中写入内容,而只是放下一对空括号。
import sys;
import turtle;
sys.path.append(".");
import inputs;
screen = turtle.Screen();
turtle.hideturtle();
turtle.write(inputs.devices.gamepads,align="left",font = ("helvetica",20,"bold"));
turtle.mainloop();
有人知道我能做什么来让python识别我的游戏手柄吗?
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)