Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
807
void Renderer::Redraw() {
808
m_force_redraw = true;
809
}
810
811
const 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