Monday 15 September 2014

python - Setting the position of the mouse cursor programmatically in wxPython -


Is there a way to programmatically determine the position of the mouse cursor in wxPython?

For example, I want to apply a sticky behavior with the mouse pointer, where the mouse pointer is close to a particular position (x0, y0), then it is located at (x0, y0) it happens) ).

is there.

  import pymouse m = pymouse pyramus () m.mov (1,1)    

No comments:

Post a Comment