Mouse.py 文件源码

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

项目:CameraTablet 作者: dmvlasenk 项目源码 文件源码
def invisible_click_rel(self,handle,pos, button_name="left"):
        """Click in window coordinates without moving mouse"""
        #get window info
        xleft, ytop, xright, ybottom = win32gui.GetWindowRect(handle)

        xcur,ycur = win32gui.GetCursorPos()

        ctypes.windll.user32.SetCursorPos(pos[0]+xleft,pos[1]+ytop)
        self.click((pos[0]+xleft,pos[1]+ytop),button_name)
        ctypes.windll.user32.SetCursorPos(xcur,ycur)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号