dgt ~master (2017-09-21T16:04:46Z)
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
;
}
Meta
Source
See Implementation
dgt
window
structs
Window
WindowConfig
The flags used to control a window's initial behavior