Python: Receive mouse movement regardless of position

前端 未结 0 1275
北荒
北荒 2020-12-30 08:50

I\'m using pyHook to read the mouse position:

def OnMouseEvent(event):
    print \'Position:\', event.Position

    # return False to not pass the event to ot         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题