mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:57:35 +00:00
MouseSettings: Add "Natural scrolling" toggle
This commit is contained in:
parent
5a083c03a6
commit
2e3efd34c3
3 changed files with 22 additions and 4 deletions
|
@ -31,5 +31,6 @@ private:
|
|||
RefPtr<GUI::HorizontalSlider> m_double_click_speed_slider;
|
||||
RefPtr<GUI::Label> m_double_click_speed_label;
|
||||
RefPtr<GUI::CheckBox> m_switch_buttons_checkbox;
|
||||
RefPtr<GUI::CheckBox> m_natural_scroll_checkbox;
|
||||
RefPtr<MouseSettings::DoubleClickArrowWidget> m_double_click_arrow_widget;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue