Как получить непрерывное положение мыши с pyautogui в Python

import pyautogui
print(pyautogui.displayMousePosition())
Programmer of empires