mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 17:16:04 +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
Notes:
sideshowbarker
2024-07-18 01:50:42 +09:00
Author: https://github.com/filiphsps
Commit: c6247fe414
9 changed files with 13 additions and 13 deletions
|
@ -118,7 +118,7 @@ MousePacket PS2MouseDevice::parse_data_packet(const RawPacket& raw_packet)
|
|||
|
||||
if (m_has_five_buttons) {
|
||||
if (raw_packet.bytes[3] & 0x10)
|
||||
packet.buttons |= MousePacket::BackButton;
|
||||
packet.buttons |= MousePacket::BackwardButton;
|
||||
if (raw_packet.bytes[3] & 0x20)
|
||||
packet.buttons |= MousePacket::ForwardButton;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue