Mercurial > sdl-ios-xcode
comparison docs/html/guidebasicsinit.html @ 181:e5bc29de3f0a
Updated from the SDL Documentation Project
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 14 Sep 2001 02:41:09 +0000 |
parents | 55f1f1b3e27d |
children | 355632dca928 |
comparison
equal
deleted
inserted
replaced
180:578815880307 | 181:e5bc29de3f0a |
---|---|
84 HREF="sdlinitsubsystem.html" | 84 HREF="sdlinitsubsystem.html" |
85 ><TT | 85 ><TT |
86 CLASS="FUNCTION" | 86 CLASS="FUNCTION" |
87 >SDL_InitSubSystem</TT | 87 >SDL_InitSubSystem</TT |
88 ></A | 88 ></A |
89 >. <TT | 89 >). <TT |
90 CLASS="FUNCTION" | 90 CLASS="FUNCTION" |
91 >SDL_Init</TT | 91 >SDL_Init</TT |
92 > must be called before any other SDL function. It automatically initializes the Event Handling, File I/O and Threading subsystems and it takes a parameter specifying which other subsystems to initialize. So, to initialize the default subsystems and the Video subsystems you would call: | 92 > must be called before any other SDL function. It automatically initializes the Event Handling, File I/O and Threading subsystems and it takes a parameter specifying which other subsystems to initialize. So, to initialize the default subsystems and the Video subsystems you would call: |
93 <PRE | 93 <PRE |
94 CLASS="PROGRAMLISTING" | 94 CLASS="PROGRAMLISTING" |