Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
SDL_Init(3)
Edit
PageHistory
Diff
Info
LikePages
SDL_Init !!!SDL_Init NAME SYNOPSIS DESCRIPTION RETURN VALUE SEE ALSO ---- !!NAME SDL_Init- Initializes SDL !!SYNOPSIS __#include __ __int SDL_Init__(__Uint32 flags__); !!DESCRIPTION Initializes SDL. This should be called before all other SDL functions. The __flags__ parameter specifies what part(s) of SDL to initialize. __SDL_INIT_TIMER__ Initializes the ''timer'' subsystem. __SDL_INIT_AUDIO__ Initializes the ''audio'' subsystem. __SDL_INIT_VIDEO__ Initializes the ''video'' subsystem. __SDL_INIT_CDROM__ Initializes the ''cdrom'' subsystem. __SDL_INIT_JOYSTICK__ Initializes the ''joystick'' subsystem. __SDL_INIT_EVERYTHING__ Initialize all of the above. __SDL_INIT_NOPARACHUTE__ Prevents SDL from catching fatal signals. __SDL_INIT_EVENTTHREAD__ !!RETURN VALUE Returns __-1__ on an error or __0__ on success. !!SEE ALSO __SDL_Quit__, __SDL_!InitSubSystem__ ----
One page links to
SDL_Init(3)
:
SDLManPages
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.