boppreh / mouse

Hook and simulate global mouse events in pure Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mouse.click() doesn't work on Ubuntu 22.04.1 LTS

NormalCrazy000 opened this issue · comments

I create program to move and click mouse, but when try this program on Ubuntu mouse.click dosn't work.
On windows program function perfectly.

I'm experiencing the same issue!

I found a solution in older mouse issues #37 (comment). After fixing it click(...) works as expected on Ubuntu 22.04.2 LTS.