Function SDL_QuitSubSystem

pub unsafe extern "C" fn SDL_QuitSubSystem(flags: u32)
Available on crate feature dep_sdl3 only.
Expand description

Shut down specific SDL subsystems.

You still need to call SDL_Quit() even if you close all open subsystems with SDL_QuitSubSystem().

§Parameters

§Availability

This function is available since SDL 3.2.0.

§See also