Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aloshi/EmulationStation
/ getPosition
Method
getPosition
src/GuiComponent.cpp:55–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
Eigen::Vector3f GuiComponent::getPosition() const
56
{
57
return mPosition;
58
}
59
60
void GuiComponent::setPosition(const Eigen::Vector3f& offset)
61
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected