D enum that wraps SDL_WINDOWPOS_* to specify certain state of position in dsdl2.Window construction
Wraps SDL_WINDOWPOS_CENTERED which sets the window to be in the center
Wraps SDL_WINDOWPOS_UNDEFINED which leaves the window's position undefined
See Implementation
D enum that wraps SDL_WINDOWPOS_* to specify certain state of position in dsdl2.Window construction