Does anyone have any idea (in Python) how I can do something to detect if the user is holding the left mouse click?
I don't say just a click, but if he holds the click, until he releases his finger.
Thank you very much in advance!
I've already tried using:
from win32api import GetAsyncKeyState
But, this only seems to work for the click event.