Does anyone know if its possible to detect if the cursor is being held down with python? I was thinking something like this:
while mouseDown == True:
# some other code
I am quite new to python, so I apologise if I missed a really obvious solution.