Mouse.py 文件源码

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

项目:CameraTablet 作者: dmvlasenk 项目源码 文件源码
def invisible_click(self,pos=(-1, -1), button_name="left"):
        """Click in specified place without moving mouse"""
        xcur,ycur = win32gui.GetCursorPos()
        ctypes.windll.user32.SetCursorPos(pos[0],pos[1])
        self.click(pos,button_name)
        ctypes.windll.user32.SetCursorPos(xcur,ycur)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号