Constant SDL_WINDOW_HIDDEN
pub const SDL_WINDOW_HIDDEN: u64 = _; // 8u64
Available on crate feature
dep_sdl3
only.Expand description
window is neither mapped onto the desktop nor shown in the taskbar/dock/window list; SDL_ShowWindow()
is required for it to become visible