Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ GetChildRequisition
Method
GetChildRequisition
src/SFGUI/Viewport.cpp:249–255 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
247
}
248
249
sf::Vector2f Viewport::GetChildRequisition() {
250
if( GetChild() ) {
251
return GetChild()->GetRequisition();
252
}
253
254
return sf::Vector2f( 0.f, 0.f );
255
}
256
257
}
Callers
1
CalculateRequisition
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected