input-overlay icon indicating copy to clipboard operation
input-overlay copied to clipboard

Mouse movement stopped.

Open Psychodeus opened this issue 2 years ago • 2 comments

As you can see here, mouse movement stop when I click RMB or LMB, and perhaps other button from mouse too will trigger this.

ezgif-7-576aae8b910d

Psychodeus avatar Oct 23 '21 07:10 Psychodeus

Yeah, I have the same issue

spartanatreyu avatar Mar 17 '22 12:03 spartanatreyu

I'm unfamiliar with this codebase and haven't touched C++ since before C++11, but it looks like there are a few switch case statements relating to mouse events that have early exits (break / return statements).

Maybe the cases need to "fall through" to allow simultaneous events to be passed through

spartanatreyu avatar Mar 17 '22 12:03 spartanatreyu

Same issue.

snakecase avatar Nov 21 '22 18:11 snakecase

I have the same issue and tried fixing it and now it doesn't move at all

acewins727 avatar Feb 21 '23 23:02 acewins727

I just tested this and this should be fixed with the next release.

univrsal avatar Mar 06 '23 20:03 univrsal