Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
SDL

Method SDL.init_sub_system()


Method init_sub_system

void init_sub_system(int flags)

Description

After SDL has been initialized with init() you may initialize uninitialized subsystems with this method.

Parameter flags

The same as what is used in SDL.init() .


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

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

See also

SDL.init() , SDL.quit() , SDL.quit_sub_system()