Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hopson97/HopsonCraft
/ getSize
Method
getSize
Source/GUI/Text_Box.cpp:83–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
const sf::Vector2f Text_Box::getSize() const
84
{
85
return {m_quad.getSize().x,
86
m_quad.getSize().y + 15};
87
}
88
89
}
Callers
1
setPosition
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected