Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ Create
Method
Create
src/SFGUI/Fixed.cpp:5–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
namespace sfg {
4
5
Fixed::Ptr Fixed::Create() {
6
return Ptr( new Fixed );
7
}
8
9
sf::Vector2f Fixed::CalculateRequisition() {
10
sf::Vector2f requisition( 0.f, 0.f );
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected