I'm trying to capture left/right/double click events with Python on Windows. Can I do this with win32api?
For example, every time I click somewhere, I want it to print out the exact coordinates of the place it was clicked and what type of click it was.
Someone want to point me in the right direction, please?