sf::Style Namespace Reference
Enumeration of window creation styles.
More...
Detailed Description
Enumeration of window creation styles.
Enumeration Type Documentation
- Enumerator:
-
None |
No border / title bar (this flag and all others are mutually exclusive). |
Titlebar |
Title bar + fixed border. |
Resize |
Titlebar + resizable border + maximize button. |
Close |
Titlebar + close button. |
Fullscreen |
Fullscreen mode (this flag and all others are mutually exclusive). |
Definition at line 37 of file WindowStyle.hpp.