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

Method HandleViewportUpdate

src/SFGUI/Container.cpp:143–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void Container::HandleViewportUpdate() {
144 for( const auto& child : m_children ) {
145 child->SetViewport( GetViewport() );
146 }
147
148 Widget::HandleViewportUpdate();
149}
150
151}

Callers

nothing calls this directly

Calls 1

SetViewportMethod · 0.45

Tested by

no test coverage detected