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

Method setZoomFactor

src/Window.cpp:161–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void Window::setZoomFactor(const float& zoom)
162{
163 mZoomFactor = zoom;
164 updateMatrix();
165}
166
167void Window::setCenterPoint(const Eigen::Vector2f& point)
168{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected