Add option to disable high resolution scroll events

This commit is contained in:
Cameron Gutman 2023-12-31 19:02:36 -06:00
commit 729922d2c0
5 changed files with 82 additions and 7 deletions

View file

@ -273,6 +273,22 @@ always_send_scancodes
always_send_scancodes = enabled
high_resolution_scrolling
^^^^^^^^^^^^^^^^^^^^^^^^^
**Description**
When enabled, Sunshine will pass through high resolution scroll events from Moonlight clients.
This can be useful to disable for older applications that scroll too fast with high resolution scroll events.
**Default**
``enabled``
**Example**
.. code-block:: text
high_resolution_scrolling = enabled
keybindings
^^^^^^^^^^^