Applications: Added a new MouseSettings application

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.
This commit is contained in:
Idan Horowitz 2020-12-29 23:38:13 +02:00 committed by Andreas Kling
commit fd945c8007
Notes: sideshowbarker 2024-07-19 00:24:03 +09:00
4 changed files with 147 additions and 0 deletions

View file

@ -0,0 +1,4 @@
[App]
Name=Mouse settings
Executable=/bin/MouseSettings
Category=Settings