8 #include <SFML/Graphics/Color.hpp> 9 #include <SFML/Graphics/RenderWindow.hpp> 10 #include <SFML/Graphics/View.hpp> 45 sf::Color m_clear_color;
47 sf::View m_screen_view;
49 void onCreate()
override;
50 void onResize()
override;
auto getScreenView() const -> const sf::View &
Get Screen View, has same size as the current window size.
void setClearColor(const sf::Color &color)
Set clear color of the window.
auto getClearColor() const -> const sf::Color &
Get clear color of the window.
auto getAppView() const -> const sf::View &
Get App View defined by user.