mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 12:59:14 +12:00
SDL: Fixup touchscreen code
This commit is contained in:
parent
1413cdaebf
commit
11e7eb7fd6
3 changed files with 9 additions and 7 deletions
|
@ -23,6 +23,8 @@ class FrontendSDL {
|
|||
SDL_GameController* gameController = nullptr;
|
||||
InputMappings keyboardMappings;
|
||||
|
||||
u32 windowWidth = 400;
|
||||
u32 windowHeight = 480;
|
||||
int gameControllerID;
|
||||
bool programRunning = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue