WindowPos

D enum that wraps SDL_WINDOWPOS_* to specify certain state of position in dsdl2.Window construction

Values

ValueMeaning
centeredSDL_WINDOWPOS_CENTERED

Wraps SDL_WINDOWPOS_CENTERED which sets the window to be in the center

undefinedSDL_WINDOWPOS_UNDEFINED

Wraps SDL_WINDOWPOS_UNDEFINED which leaves the window's position undefined

Meta