mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 22:30:42 -07:00
touch: native touch hooks to honor Invert Touch option (#588)
## Link to GitHub Issue or related Pull Request, if one exists For #587 ## Description of change `Invert Touch` option is now honored by the IIDX/SDVX touch handler.
This commit is contained in:
@@ -1532,9 +1532,9 @@ static const std::vector<OptionDefinition> OPTION_DEFINITIONS = {
|
||||
.category = "Touch Parameters",
|
||||
},
|
||||
{
|
||||
.title = "Invert Raw Input Touch",
|
||||
.title = "Invert Touch",
|
||||
.name = "touchinvert",
|
||||
.desc = "Inverts raw touch coordinates; only works for default raw input handler, "
|
||||
.desc = "Inverts touch coordinates; only works for default raw input handler and IIDX/SDVX native touch handler,"
|
||||
"and not Windows Touch API.",
|
||||
.type = OptionType::Bool,
|
||||
.category = "Touch Parameters",
|
||||
|
||||
Reference in New Issue
Block a user