MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / setPosition

Method setPosition

src/GuiComponent.cpp:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void GuiComponent::setPosition(const Eigen::Vector3f& offset)
61{
62 mPosition = offset;
63 onPositionChanged();
64}
65
66void GuiComponent::setPosition(float x, float y, float z)
67{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected