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

Method setCenterPoint

src/Window.cpp:167–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void Window::setCenterPoint(const Eigen::Vector2f& point)
168{
169 mCenterPoint = point;
170 updateMatrix();
171}
172
173void Window::updateMatrix()
174{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected