|
SFML
Simple and Fast Multimedia Library
|
Go to the source code of this file.
Namespaces | |
| namespace | sf |
| namespace | sf::Style |
Enumerations | |
| enum | { sf::Style::None = 0 , sf::Style::Titlebar = 1 << 0 , sf::Style::Resize = 1 << 1 , sf::Style::Close = 1 << 2 , sf::Style::Default = Titlebar | Resize | Close } |
| Enumeration of the window styles. More... | |
| enum class | sf::State { sf::Windowed , sf::Fullscreen } |
| Enumeration of the window states. More... | |