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.35k stars 1.25k forks source link

clicks dont work in the league of legends client #230

Open Aprilxoxo opened 6 years ago

Aprilxoxo commented 6 years ago

clicks in any other window but the league of legends client

kelvinwop commented 6 years ago

Oh, league works a bit differently than other programs. It throws away clicks that are too fast to be human. I believe a click must last ~40ms for it to register.