Platform/SDL2: Refactor implementation

This commit is contained in:
Jérôme Leclercq
2021-12-01 10:42:01 +01:00
parent 45e5baf194
commit 97de5af838
2 changed files with 110 additions and 96 deletions

View File

@@ -79,7 +79,7 @@ namespace Nz
static void Uninitialize();
private:
int static SDLCALL HandleEvent(void *userdata, SDL_Event * event);
static int SDLCALL HandleEvent(void* userdata, SDL_Event* event);
void PrepareWindow(bool fullscreen);