SDL: Fixup touchscreen code

This commit is contained in:
wheremyfoodat 2024-07-26 12:05:33 +03:00
parent 1413cdaebf
commit 11e7eb7fd6
3 changed files with 9 additions and 7 deletions

View file

@ -23,6 +23,8 @@ class FrontendSDL {
SDL_GameController* gameController = nullptr;
InputMappings keyboardMappings;
u32 windowWidth = 400;
u32 windowHeight = 480;
int gameControllerID;
bool programRunning = true;