I’m trying to run a pyautogui script in a RDP or parallel virtual machine but I have encountered this problem with controlling the mouse. The problem is that pyautogui does not move the visual mouse but seem to move an invisible mouse that is able to move click on my predefined coordinate.
This is fine for a lot of stuff but what can I do if I want the visual mouse to move?