Controller: Add invert and button deadzone options

This commit is contained in:
Connor McLaughlin
2022-09-22 13:50:31 +10:00
parent 1a6bc86136
commit 736996ab38
12 changed files with 299 additions and 232 deletions

View File

@@ -17,6 +17,7 @@ struct SettingInfo
{
Boolean,
Integer,
IntegerList,
Float,
String,
Path,
@@ -31,6 +32,7 @@ struct SettingInfo
const char* max_value;
const char* step_value;
const char* format;
const char** options;
float multiplier;
const char* StringDefaultValue() const;