MCPcopy Create free account
hub / github.com/TankOs/SFGUI / Redraw

Method Redraw

src/SFGUI/Renderer.cpp:807–809  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

805}
806
807void Renderer::Redraw() {
808 m_force_redraw = true;
809}
810
811const sf::Vector2i& Renderer::GetWindowSize() const {
812 return m_last_window_size;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected