Enumerations | |
enum | { NoStyle = 0, Resize = 1 << 0, Close = 1 << 1, Fullscreen = 1 << 2 } |
anonymous enum |
NoStyle | No style (this flag and all others are mutually exclusive). |
Resize | Window can be resized. |
Close | Window can be closed. |
Fullscreen | Fullscreen mode (this flag and all others are mutually exclusive). |
Definition at line 37 of file WindowStyle.hpp.