Console print input test

This commit is contained in:
2025-08-11 23:30:17 -05:00
parent a70cd7b4d2
commit e946b74bd0
5 changed files with 71 additions and 9 deletions

View File

@@ -31,7 +31,8 @@ errorret_t renderInit(void) {
SDL_WINDOWPOS_UNDEFINED,
RENDER_WINDOW_WIDTH_DEFAULT,
RENDER_WINDOW_HEIGHT_DEFAULT,
SDL_WINDOW_SHOWN | SDL_WINDOW_RESIZABLE | SDL_WINDOW_ALLOW_HIGHDPI
SDL_WINDOW_SHOWN | SDL_WINDOW_RESIZABLE | SDL_WINDOW_ALLOW_HIGHDPI |
SDL_INIT_GAMECONTROLLER
);
if(!RENDER_WINDOW) {
errorThrow("SDL_CreateWindow failed: %s", SDL_GetError());