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
|
@ -452,7 +452,7 @@ void ScreenInput::on_receive_mouse_data(const MousePacket& packet)
|
|||
post_mousedown_or_mouseup_if_needed(MouseButton::Primary);
|
||||
post_mousedown_or_mouseup_if_needed(MouseButton::Secondary);
|
||||
post_mousedown_or_mouseup_if_needed(MouseButton::Middle);
|
||||
post_mousedown_or_mouseup_if_needed(MouseButton::Back);
|
||||
post_mousedown_or_mouseup_if_needed(MouseButton::Backward);
|
||||
post_mousedown_or_mouseup_if_needed(MouseButton::Forward);
|
||||
if (m_cursor_location != prev_location) {
|
||||
auto message = make<MouseEvent>(Event::MouseMove, m_cursor_location, buttons, MouseButton::None, m_modifiers);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue