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

Method CalculateRequisition

src/SFGUI/Viewport.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43sf::Vector2f Viewport::CalculateRequisition() {
44 return sf::Vector2f( 0.f, 0.f );
45}
46
47void Viewport::HandleSizeChange() {
48 auto allocation = GetAllocation();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected