Allow gamepad navigation with the left analog stick

This commit is contained in:
Cameron Gutman
2018-09-30 14:30:12 -07:00
parent 162a16ed3a
commit 6d382078d3
2 changed files with 66 additions and 1 deletions
+1
View File
@@ -31,4 +31,5 @@ private:
QList<SDL_GameController*> m_Gamepads;
bool m_Enabled;
bool m_SettingsMode;
Uint32 m_LastAxisNavigationEventTime;
};