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

Method HandleAlignmentChange

src/SFGUI/Alignment.cpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void Alignment::HandleAlignmentChange( const sf::Vector2f& /*old_alignment*/ ) {
43 UpdateChild();
44}
45
46void Alignment::UpdateChild() {
47 auto child = GetChild();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected