When fullscreen mode is activated by setting config.window.fullscreen, the window is never added to the windowing.fs_windows array and will never receive resize events. The user must explicitly call app.window.fullscreen = true; to add the window to the fs_windows array and receive size events.
When fullscreen mode is activated by setting
config.window.fullscreen
, the window is never added to thewindowing.fs_windows
array and will never receive resize events. The user must explicitly callapp.window.fullscreen = true;
to add the window to thefs_windows
array and receive size events.