options: add --native-touch option

For platforms which send emulated mouse inputs for touch-unaware clients,
such as Win32 and X11, this option enables the native multitouch handling
and disables emulated mouse inputs. This enables interested scripts to
handle multitouch events while keeping compatibility with touch-unaware
scripts.
This commit is contained in:
nanahi
2024-04-27 03:02:27 -04:00
committed by Kacper Michajłow
parent f0e163bab5
commit 807a6d875a
4 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1 @@
add --native-touch option