1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:07:46 +00:00

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
parent 8159ce384d
commit fd945c8007
4 changed files with 147 additions and 0 deletions

View file

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