Data Fields | |
int | SDL_INIT_TIMER = 0x00000001 |
Initializes the timer subsystem. | |
Package Attributes | |
int | SDL_INIT_AUDIO = 0x00000010 |
Initializes the audio subsystem. | |
int | SDL_INIT_VIDEO = 0x00000020 |
Initializes the video subsystem. | |
int | SDL_INIT_CDROM = 0x00000100 |
Initializes the cdrom subsystem. | |
int | SDL_INIT_JOYSTICK = 0x00000200 |
Initializes the joystick subsystem. | |
int | SDL_INIT_NOPARACHUTE = 0x00100000 |
Prevents SDL from catching fatal signals. | |
int | SDL_INIT_EVENTTHREAD = 0x01000000 |
int | SDL_INIT_EVERYTHING = 0x0000FFFF |
Initialize all of the above. |
|
Initializes the audio subsystem.
|
|
Initializes the cdrom subsystem.
|
|
|
|
Initialize all of the above.
|
|
Initializes the joystick subsystem.
|
|
Prevents SDL from catching fatal signals.
|
|
Initializes the timer subsystem.
|
|
Initializes the video subsystem.
|