mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:27:43 +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
|
@ -92,7 +92,7 @@ public:
|
|||
if (m_buttons & GUI::MouseButton::Forward)
|
||||
painter.fill_rect({ 26, 44, 4, 16 }, Color::Blue);
|
||||
|
||||
if (m_buttons & GUI::MouseButton::Back)
|
||||
if (m_buttons & GUI::MouseButton::Backward)
|
||||
painter.fill_rect({ 26, 71, 4, 16 }, Color::Blue);
|
||||
|
||||
if (m_show_scroll_wheel) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue