Skip to content

Conversation

@staruwos
Copy link

@staruwos staruwos commented Nov 7, 2025

Closes #112505

Fix mouse motion logic for X11 display driver.
My guess is: the bug is because a condition logic inside the while(true) loop. It executes and "eats" (drops) all intermediate mouse motion events even when Input.use_accumulated_input is set to false, which is precisely when you want to process every single event.

@staruwos staruwos force-pushed the x11-fix-mouse-motion branch from abe166f to 48c1b6b Compare November 7, 2025 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DisplayServerX11: Missing mouse motion events when Input.use_accumulated_input is false

2 participants