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

Method Window

src/Window.cpp:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include <iomanip>
9
10Window::Window() : mNormalizeNextUpdate(false), mFrameTimeElapsed(0), mFrameCountElapsed(0), mAverageDeltaTime(10),
11 mZoomFactor(1.0f), mCenterPoint(0, 0), mMatrix(Eigen::Affine3f::Identity()), mFadePercent(0.0f)
12{
13 mInputManager = new InputManager(this);
14 setCenterPoint(Eigen::Vector2f(Renderer::getScreenWidth() / 2, Renderer::getScreenHeight() / 2));
15}
16
17Window::~Window()
18{

Callers

nothing calls this directly

Calls 2

getScreenWidthFunction · 0.70
getScreenHeightFunction · 0.70

Tested by

no test coverage detected