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

Is there a way to hold the mousedown after a drag #742

Open alanwsmith opened 1 year ago

alanwsmith commented 1 year ago

I'm doing some screen recording of Scratch to make tutorials. The goal is to use pyautogui and screen recording to make short recording for every action.

One nice to have feature would be for the mouse to want a bit before dropping each piece. Is there are "hold after drag" feature?

SamiTesla commented 1 year ago

You could tell it to wait by using delay