From 3501ea5d2fe89cdedc42899acb30c8469d71d89d Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Fri, 31 May 2024 17:49:16 -0400 Subject: [PATCH] Add comment about fullscreen --- ISLE/isleapp.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ISLE/isleapp.cpp b/ISLE/isleapp.cpp index 0961bcd0..b3379e3d 100644 --- a/ISLE/isleapp.cpp +++ b/ISLE/isleapp.cpp @@ -314,6 +314,7 @@ int SDL_AppEvent(void* appstate, const SDL_Event* event) } // [library:window] Remaining functionality to be implemented: + // Full screen - crashes when minimizing/maximizing // WM_TIMER - use SDL_Timer functionality instead // WM_SETCURSOR - update cursor // 0x5400 - custom LEGO Island SetupCursor event