Hi so i'm trying to move my cursor on screen using the smooth_move
function from the AutoPy
module.
My screen resolution is 1920x1080
But when i execute this code, autopy.mouse.smooth_move(1700, 0)
I get the following Error
ValueError: Point out of bounds
I did a little testing and found out that if i set 1250
as the x
variable in the smooth_move
function, it moves the cursor towards the end of my screen.
Hurh??? Shouldn't the x
variable be 1920
since that's my monitors resolution????