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:
bicarus
2026-03-23 20:42:55 -07:00
committed by GitHub
parent 63a0acac24
commit 73a69b2e8f
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -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",