Add basic controller Support

Fix more memory leaks (seeing a trend here)
This commit is contained in:
Bram Verhulst
2024-04-24 21:38:14 +02:00
parent 1b90f222a4
commit f5d352239c
14 changed files with 2267 additions and 166 deletions

View File

@@ -57,6 +57,8 @@ private:
// Prevent timing jumps when debugging
const float m_MaxElapsedSeconds;
SDL_GameController* m_pGameController;
// FUNCTIONS
void InitializeGameEngine();
void CleanupGameEngine();