1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:48:11 +00:00

Everywhere: Rename back-click to backward-click

This matches the current forward-click terminology.
This commit is contained in:
Filiph Sandström 2021-10-27 18:49:04 +02:00 committed by Idan Horowitz
parent d6a0726302
commit c6247fe414
9 changed files with 13 additions and 13 deletions

View file

@ -218,7 +218,7 @@ static MouseButton to_mouse_button(u32 button)
case 4:
return MouseButton::Middle;
case 8:
return MouseButton::Back;
return MouseButton::Backward;
case 16:
return MouseButton::Forward;
default: