SDL_INIT_VIDEO

SDL_INIT_VIDEO implies SDL_INIT_EVENTS, should be initialized on the main thread

extern (C) nothrow @nogc
enum SDL_InitFlags SDL_INIT_VIDEO;

Meta