mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +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
Notes:
sideshowbarker
2024-07-17 11:34:34 +09:00
Author: https://github.com/filiphsps
Commit: 01cdd3f181
Pull-request: https://github.com/SerenityOS/serenity/pull/16312
9 changed files with 22 additions and 22 deletions
|
@ -173,8 +173,8 @@ endpoint WindowServer
|
|||
set_double_click_speed(int speed) =|
|
||||
get_double_click_speed() => (int speed)
|
||||
|
||||
set_buttons_switched(bool switched) =|
|
||||
get_buttons_switched() => (bool switched)
|
||||
set_mouse_buttons_switched(bool switched) =|
|
||||
are_mouse_buttons_switched() => (bool switched)
|
||||
|
||||
set_natural_scroll(bool inverted) =|
|
||||
is_natural_scroll() => (bool inverted)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue