Enum WindowPos
D enum that wraps SDL_WINDOWPOS_*
to specify certain state of position in dsdl
construction
enum WindowPos
: uint { ... }
Enum members
Name | Description |
---|---|
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
|