From 1ab20f1b56ba8e393640189745edb875b26ff6a9 Mon Sep 17 00:00:00 2001 From: bicarus-dev <202771338+bicarus-dev@users.noreply.github.com> Date: Sat, 11 Jul 2026 21:05:33 -0700 Subject: [PATCH] update wintouch option text --- src/spice2x/launcher/options.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/spice2x/launcher/options.cpp b/src/spice2x/launcher/options.cpp index f8e85b5..c867378 100644 --- a/src/spice2x/launcher/options.cpp +++ b/src/spice2x/launcher/options.cpp @@ -1777,11 +1777,11 @@ static const std::vector OPTION_DEFINITIONS = { .category = "I/O Modules", }, { - .title = "Disable Raw Input Touch", + .title = "Touch Compatibility Mode (Disable Raw Input Touch)", .name = "wintouch", .desc = "For touch screen input, disable usage of Raw Input API and instead use " - "Win8 Pointer API or Win7 Touch API. Only enable this if you have trouble " - "using the default (raw input) touch input, as Raw Input performs better.", + "Win8 Pointer API or Win7 Touch API. Results in better compatibility with some " + "touch screens, but may result in worse performance and higher latency.", .type = OptionType::Bool, .category = "Touch Parameters", },