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

Method Redraw

src/SFGUI/Canvas.cpp:348–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348void Canvas::Redraw() const {
349 sfg::Renderer::Get().Redraw();
350}
351
352void Canvas::Clear( const sf::Color& color, bool depth ) {
353 auto allocation = GetAllocation();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected