Add comment about fullscreen

This commit is contained in:
Christian Semmler 2024-05-31 17:49:16 -04:00
parent 1e4be25c2a
commit 3501ea5d2f

View File

@ -314,6 +314,7 @@ int SDL_AppEvent(void* appstate, const SDL_Event* event)
} }
// [library:window] Remaining functionality to be implemented: // [library:window] Remaining functionality to be implemented:
// Full screen - crashes when minimizing/maximizing
// WM_TIMER - use SDL_Timer functionality instead // WM_TIMER - use SDL_Timer functionality instead
// WM_SETCURSOR - update cursor // WM_SETCURSOR - update cursor
// 0x5400 - custom LEGO Island SetupCursor event // 0x5400 - custom LEGO Island SetupCursor event