g4d ~master (2018-08-21T01:55:31Z)
Dub
Repo
WindowHint
g4d
glfw
window
Hints of Window.
Values
Value
Meaning
None
0b0000000
Resizable
0b0000001
Visible
0b0000010
Decorated
0b0000100
Focused
0b0001000
AutoIconify
0b0010000
Floating
0b0100000
Maximized
0b1000000
Meta
Source
See Implementation
g4d
glfw
window
classes
Window
enums
WindowHint
Hints of Window.