Skip to content

Wayland: Swap backward and forward mouse buttons#116309

Merged
Repiteo merged 1 commit into
godotengine:masterfrom
deralmas:wl/sdrawkcab
Feb 16, 2026
Merged

Wayland: Swap backward and forward mouse buttons#116309
Repiteo merged 1 commit into
godotengine:masterfrom
deralmas:wl/sdrawkcab

Conversation

@deralmas

Copy link
Copy Markdown
Member

Fixes #115733.

They were bound in reverse. No idea how I originally chose which was which.

This patch also orders the switch cases by their underlying codes: left, right, middle, side, extra.

They were bound in reverse. No idea how I originally chose which was
which.

This patch also orders the switch cases by their underlying codes: left,
right, middle, side, extra.
@Repiteo Repiteo merged commit b769ae2 into godotengine:master Feb 16, 2026
20 checks passed
@Repiteo

Repiteo commented Feb 16, 2026

Copy link
Copy Markdown
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment