dgt v0.3.2 (2017-09-19T17:07:41Z)
Dub
Repo
WindowConfig
dgt
window
The flags used to control a window's initial behavior
struct
WindowConfig {
bool
fullscreen
;
bool
resizable
;
bool
borderless
;
bool
minimized
;
bool
maximized
;
bool
input_grabbed
;
bool
vsync
;
SDL_WindowFlags
flags
[@property getter];
}
Members
Properties
flags
SDL_WindowFlags
flags
[@property getter]
borderless
bool
borderless
;
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
fullscreen
bool
fullscreen
;
input_grabbed
bool
input_grabbed
;
maximized
bool
maximized
;
minimized
bool
minimized
;
resizable
bool
resizable
;
vsync
bool
vsync
;
Undocumented in source.
Meta
Source
See Implementation
dgt
window
structs
Window
WindowConfig
The flags used to control a window's initial behavior