Pike programming language

Top SDL
➤ SDL.quit() SDL.set_caption() ➤

Method SDL.quit_sub_system()


Method quit_sub_system

void quit_sub_system(int flags)

Description

After an SDL subsystem has been initialized with SDL.init() or SDL.init_sub_system(), it may be shut down with this method.

Parameter flags

A bitwise OR'd combination of the subsystems you wish to shut down (see SDL.init() for a list of subsystem flags).

See also

SDL.init(), SDL.init_sub_system(), SDL.quit()

Extracted from as of .