mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 12:27:36 +00:00
WindowServer+MouseSettings: Improve buttons_switched
naming
Before this commit it was a bit ambiguous which buttons the function name were referring to; this instead now makes it clear that it's related to mouse input. Additionally, this also fixes incorrect getter naming leftover from yesteryear.
This commit is contained in:
parent
83380ebebc
commit
01cdd3f181
9 changed files with 22 additions and 22 deletions
|
@ -182,7 +182,7 @@
|
|||
}
|
||||
|
||||
@GUI::CheckBox {
|
||||
name: "switch_buttons_input"
|
||||
name: "switch_buttons_checkbox"
|
||||
text: "Switch primary and secondary buttons"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue