I want to creat a code in python, while the left button mouse is pressing, print Hello until the button released.
while(TheLeftMouseButtonPressing):
print('Hello')
I want to creat a code in python, while the left button mouse is pressing, print Hello until the button released.
while(TheLeftMouseButtonPressing):
print('Hello')