mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 22:30:42 -07:00
update wintouch option text
This commit is contained in:
@@ -1777,11 +1777,11 @@ static const std::vector<OptionDefinition> OPTION_DEFINITIONS = {
|
|||||||
.category = "I/O Modules",
|
.category = "I/O Modules",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.title = "Disable Raw Input Touch",
|
.title = "Touch Compatibility Mode (Disable Raw Input Touch)",
|
||||||
.name = "wintouch",
|
.name = "wintouch",
|
||||||
.desc = "For touch screen input, disable usage of Raw Input API and instead use "
|
.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 "
|
"Win8 Pointer API or Win7 Touch API. Results in better compatibility with some "
|
||||||
"using the default (raw input) touch input, as Raw Input performs better.",
|
"touch screens, but may result in worse performance and higher latency.",
|
||||||
.type = OptionType::Bool,
|
.type = OptionType::Bool,
|
||||||
.category = "Touch Parameters",
|
.category = "Touch Parameters",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user