Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
161
void Window::setZoomFactor(const float& zoom)
162
{
163
mZoomFactor = zoom;
164
updateMatrix();
165
}
166
167
void Window::setCenterPoint(const Eigen::Vector2f& point)
168
{
Callers
1
updateGameLaunchEffect
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected