mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 22:30:42 -07:00
fix option
This commit is contained in:
@@ -1534,7 +1534,7 @@ static const std::vector<OptionDefinition> OPTION_DEFINITIONS = {
|
|||||||
{
|
{
|
||||||
.title = "Invert Touch",
|
.title = "Invert Touch",
|
||||||
.name = "touchinvert",
|
.name = "touchinvert",
|
||||||
.desc = "Inverts touch coordinates; only works for default raw input handler and IIDX/SDVX native touch handler,"
|
.desc = "Inverts touch coordinates; only works for default raw input handler and IIDX/SDVX native touch handler, "
|
||||||
"and not Windows Touch API.",
|
"and not Windows Touch API.",
|
||||||
.type = OptionType::Bool,
|
.type = OptionType::Bool,
|
||||||
.category = "Touch Parameters",
|
.category = "Touch Parameters",
|
||||||
|
|||||||
Reference in New Issue
Block a user