UI: Show custom speed toggle buttons.

This allows more flexibility if unthrottle is too fast or too uneven.
This commit is contained in:
Unknown W. Brackets
2018-06-16 23:00:21 -07:00
parent 69dd59d9b9
commit f2956a1c1a
6 changed files with 79 additions and 7 deletions
+2
View File
@@ -74,6 +74,8 @@ void TouchControlVisibilityScreen::CreateViews() {
keyToggles["Combo2"] = &g_Config.touchCombo2.show;
keyToggles["Combo3"] = &g_Config.touchCombo3.show;
keyToggles["Combo4"] = &g_Config.touchCombo4.show;
keyToggles["Alt speed 1"] = &g_Config.touchSpeed1Key.show;
keyToggles["Alt speed 2"] = &g_Config.touchSpeed2Key.show;
std::map<std::string, int>::iterator imageFinder;