SDL_WINDOWPOS_CENTERED

Used to indicate that the window position should be centered.

This always uses the primary display.

extern (C) nothrow @nogc
enum SDL_WINDOWPOS_CENTERED = SDL_WINDOWPOS_CENTERED_DISPLAY!(0);

Meta