asweigart / pyautogui

A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.
BSD 3-Clause "New" or "Revised" License
10.22k stars 1.24k forks source link

hscroll in _pyautogui_win.py #656

Open WalidHB opened 2 years ago

WalidHB commented 2 years ago

added hscroll support to the _pyautogui_win.py file and an extra arg "axis" for _scroll which defaults to 'v' and used it inside both hscroll and vscroll