mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 16:18:12 +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
|
@ -17,7 +17,7 @@ struct MousePacket {
|
|||
LeftButton = 0x01,
|
||||
RightButton = 0x02,
|
||||
MiddleButton = 0x04,
|
||||
BackButton = 0x08,
|
||||
BackwardButton = 0x08,
|
||||
ForwardButton = 0x10,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue