SDL_InitFlags

Initialization flags for SDL_Init and/or SDL_InitSubSystem

These are the flags which may be passed to SDL_Init. You should specify the subsystems which you will be using in your application.

extern (C) nothrow @nogc
alias SDL_InitFlags = Uint32

See Also

Meta