Add option to disable native pen/touch support
This commit is contained in:
parent
729922d2c0
commit
3ca75bee19
5 changed files with 38 additions and 1 deletions
|
|
@ -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
|
||||
^^^^^^^^^^^
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue