![]() |
xyginext
0.2.0
Second generation of xygine game creation framework
|
VideoSettings struct. More...
#include <App.hpp>
Public Member Functions | |
| VideoSettings (sf::ContextSettings contextSettings=sf::ContextSettings()) | |
| bool | operator== (const VideoSettings &vs) |
| bool | operator!= (const VideoSettings &vs) |
Public Attributes | |
| sf::Int32 | WindowStyle |
| sf::VideoMode | VideoMode |
| sf::ContextSettings | ContextSettings |
| bool | VSync |
| sf::Uint32 | FrameLimit |
| std::vector< sf::VideoMode > | AvailableVideoModes |
| std::string | Title |
VideoSettings struct.
Contains the current video settings for the application which are read and written to configuration file
1.8.18