Day 44/100 100 Days of Code
I focused on working on the main menu today and some window settings.
Full-Screen Window
The application now starts on full screen. I did it, by adding SDL_WINDOW_FULLSCREEN as the last argument of the SDL_CreateWindow() function.
window = SDL_Create...
digitalcreations.hashnode.dev3 min read