Python Forum
Is it possible to make a program recognize how many clicks it has had on the monitor? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Is it possible to make a program recognize how many clicks it has had on the monitor? (/thread-36499.html)



Is it possible to make a program recognize how many clicks it has had on the monitor? - jao - Feb-25-2022

I need a screen developed in tkinter to appear on the monitor, but with one condition: only when the user presses the right mouse button twice. Is it possible to check with Python if the condition has been fulfilled?