SDL_QuitSubSystem

Function SDL_QuitSubSystem 

Source
pub unsafe extern "C" fn SDL_QuitSubSystem(flags: SDL_InitFlags)
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