Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Moving Mouse
#1
I use pyautogui to move the mouse but found I can only move to right edge (1920) of the 1st monitor. Is there a way to move farther (on my 3rd monitor) by using it?

import pyautogui
pyautogui.moveTo(5120,155) #the cursor is actually moved to (1920, 155)
Reply
#2
do the example programs https://github.com/asweigart/pyautogui
work ok?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  python311 tkinter moving mouse event. janeik 1 866 Jul-01-2023, 02:00 PM
Last Post: deanhystad
  Moving mouse so that games can detect movement SheeppOSU 2 1,899 Jun-09-2020, 07:23 PM
Last Post: SheeppOSU
  mouse 0.7.0 - mouse polling hate 125-1000hz penahuse 1 2,466 Dec-06-2019, 09:51 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020