server.py 文件源码

python
阅读 26 收藏 0 点赞 0 评论 0

项目:spockpy 作者: achillesrasquinha 项目源码 文件源码
def position():
    while True:
        event    = pad.get_event()
        position = event.get_tip()

        x, y     = position

        pyautogui.moveTo(x, y)

        if event.type == Event.SPOCK:
            return { 'success': 'true' }
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号