Constant SDL_INIT_VIDEO
pub const SDL_INIT_VIDEO: u32 = _; // 32u32
Available on crate feature
dep_sdl3
only.Expand description
SDL_INIT_VIDEO
implies SDL_INIT_EVENTS
, should be initialized on the main thread
pub const SDL_INIT_VIDEO: u32 = _; // 32u32
dep_sdl3
only.SDL_INIT_VIDEO
implies SDL_INIT_EVENTS
, should be initialized on the main thread