dota2_lumbering_challenge.py 文件源码

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

项目:py3_scripts 作者: bioinformatist 项目源码 文件源码
def mouse_click(x=None, y=None):
    if not x is None and not y is None:
        mouse_move(x, y)
        time.sleep(random.random())
    win32api.mouse_event(win32con.MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0)
    win32api.mouse_event(win32con.MOUSEEVENTF_LEFTUP, 0, 0, 0, 0)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号