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