SDL_WINDOWPOS_UNDEFINED

Used to indicate that you don't care what the window position/display is.

This always uses the primary display.

extern (C) nothrow @nogc
enum SDL_WINDOWPOS_UNDEFINED = SDL_WINDOWPOS_UNDEFINED_DISPLAY!(0);

Meta