jeffchannell / jiggle

Gnome extension that highlights the cursor position when the mouse is moved rapidly.
GNU General Public License v2.0
133 stars 27 forks source link

Do not enlarge when mouse clicked #26

Open akalongman opened 3 years ago

akalongman commented 3 years ago

In painting often you need to shake a mouse and paint. Is it possible to not enlarge the pointer when the mouse is clicked during shaking?

jeffchannell commented 3 years ago

I’ll have to check the available APIs to confirm if the mouse down info is available first, but if it is I can try to add it!