Enum WindowPos

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

enum WindowPos : uint { ... }

Enum members

NameDescription
centered Wraps SDL_WINDOWPOS_CENTERED which sets the window to be in the center
undefined Wraps SDL_WINDOWPOS_UNDEFINED which leaves the window's position undefined