summaryrefslogtreecommitdiff
path: root/Applications/MouseSettings
AgeCommit message (Collapse)Author
2021-01-12Applications: Move to Userland/Applications/Andreas Kling
2021-01-04Everywhere: Use GUI::CommonActions::make_about_action()Andreas Kling
2020-12-30Applications: Added a new MouseSettings applicationIdan Horowitz
This app allows the user to easily adjust his mouse's acceleration as well as the scrollwheel's global scroll length. The mouse acceleration changes would not be noticeable in qemu as by default serenity uses VMWareBackdoor when available which lets the host handle mouse movement instead of the guest (Serenity), so in order to test this on a none-baremetal pc the VMWareBackdoor has to be disabled.