I need to check if a mouse button is clicked or released. I'm using pyqt - any way to check the mouse button release state in qt or directly in python?
I know of pygame module but would prefer not to have to install it.
|
feedback
|
|
Check you doc at
A simple example:
| |||
|
feedback
|