add distinct coin input debounce preference

This commit adds a preference, DebounceCoinInputTime (defaults is 0), which allows coin input to be debounced via a float value separate from other input.
This commit is contained in:
Dan Guzek
2014-09-11 16:02:45 -04:00
parent 17ccc0cef5
commit fd1de8b080
3 changed files with 23 additions and 5 deletions
+1
View File
@@ -245,6 +245,7 @@ public:
Preference<bool> m_bAllowMultipleHighScoreWithSameName;
Preference<bool> m_bCelShadeModels;
Preference<bool> m_bPreferredSortUsesGroups;
Preference<float> m_fDebounceCoinInputTime; // allow users to apply a distinct debounce to coin input
// Number of seconds it takes for a button on the controller to release
// after pressed.