Tao.Sdl SDK Documentation |
|
Sdl.SDL_INIT_EVERYTHING Field
All subsystems. These are the flags which may be passed to SDL_Init() -- you should specify the subsystems which you will be using in your application..
[Visual Basic]
Public Const SDL_INIT_EVERYTHING As
Integer = 65535
[C#]
public const
int SDL_INIT_EVERYTHING = 65535;
See Also
Sdl Class | Tao.Sdl Namespace