'PyAutoGui uses a scaled resolution of my screen for functions (MacOS)

I'm running on Macbook and my issue is that functions like pyautogui.moveTo use a coordinate system of 1440,900 when my screen size is 2560,1600)

This is a problem because other commands like pyautogui.pixel use the real screen size (2560,1600) so the too commands aren't in sync



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source