SDL_WINDOWPOS_UNDEFINED_MASK

A magic value used with SDL_WINDOWPOS_UNDEFINED.

Generally this macro isn't used directly, but rather through SDL_WINDOWPOS_UNDEFINED or SDL_WINDOWPOS_UNDEFINED_DISPLAY.

extern (C) nothrow @nogc
enum SDL_WINDOWPOS_UNDEFINED_MASK = 0x1FFF0000u;

Meta