Widget Click Only Register Every Other Click

When clicking on widget OnMouseButtonDown it doesn’t register all clicks, but more like every other click.
If the mouse is moved while clicking, it seems to register every click.
Notice in the video how fast the click count goes up while moving the mouse, versus when the mouse isn’t moving.
It feels like a bug to me, so I’ve set it to be in Bug Reports, but if it’s me who are wrong, please help me out, as this is getting frustrating.

https://www.youtube.com/watch?v=EG0nKMaMWBw

I’ve tried OnPreviewMouseButtonDown as well, but it’s the same behavior.

Thank you in advance.

Sincerely, Matias

Oh… Why didn’t I think of that?!
Thank you a lot :slight_smile:
Cheers

It’s because when you do it fast, some of them count as a double click, so you need to override that too and increment by 2 :slight_smile: