mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:17:35 +00:00
Everywhere: Rename back-click to backward-click
This matches the current forward-click terminology.
This commit is contained in:
parent
d6a0726302
commit
c6247fe414
9 changed files with 13 additions and 13 deletions
|
@ -53,7 +53,7 @@ enum class MouseButton : u8 {
|
|||
Primary = 1,
|
||||
Secondary = 2,
|
||||
Middle = 4,
|
||||
Back = 8,
|
||||
Backward = 8,
|
||||
Forward = 16,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue