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

Method HandleUpdate

src/SFGUI/Container.cpp:127–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void Container::HandleUpdate( float seconds ) {
128 Widget::HandleUpdate( seconds );
129
130 for( const auto& child : m_children ) {
131 child->Update( seconds );
132 }
133}
134
135void Container::HandleSetHierarchyLevel() {
136 Widget::HandleSetHierarchyLevel();

Callers

nothing calls this directly

Calls 1

UpdateMethod · 0.45

Tested by

no test coverage detected