sdl_initsubsystem — Initialize subsystems
long sdl_initsubsystem( | $flags) ; |
long | $flags; |
After SDL has been initialized with SDL_Init you may initialize uninitialized subsystems with
SDL_InitSubSystem
. The flags parameter is the same as that
used in sdl_init.