MCPcopy 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

3namespace sfg {
4
5Alignment::Alignment() :
6 m_scale( sf::Vector2f( 1.f, 1.f ) )
7{
8}
9
10Alignment::Ptr Alignment::Create() {
11 return Ptr( new Alignment );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected