Method SDL.init_sub_system()
- Method init_sub_system
void init_sub_system(int flags)
- Description
After SDL has been initialized with SDL.init() you may initialize uninitialized subsystems with this method.
- Parameter flags
The same as what is used in SDL.init().
- See also