Add option to disable native pen/touch support

This commit is contained in:
Cameron Gutman 2023-12-31 19:03:07 -06:00
commit 3ca75bee19
5 changed files with 38 additions and 1 deletions

View file

@ -289,6 +289,24 @@ high_resolution_scrolling
high_resolution_scrolling = enabled
native_pen_touch
^^^^^^^^^^^^^^^^
**Description**
When enabled, Sunshine will pass through native pen/touch events from Moonlight clients.
This can be useful to disable for older applications without native pen/touch support.
.. Caution:: Applies to Windows only.
**Default**
``enabled``
**Example**
.. code-block:: text
native_pen_touch = enabled
keybindings
^^^^^^^^^^^