MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / cWindow

Method cWindow

Source/Window.cpp:25–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#include "stdafx.hpp"
24
25cWindow::cWindow() {
26
27 mOriginalResolution.mWidth = 320;
28 mOriginalResolution.mHeight = 200;
29
30 mScaler = mScalerPrevious = 2;
31
32 mScreenSize.mWidth = mOriginalResolution.mWidth;
33 mScreenSize.mHeight = mOriginalResolution.mHeight;
34
35 mWindowMode = true;
36
37 mWindow = 0;
38
39 mRenderer = 0;
40
41 mHasFocus = true;
42 mResized = false;
43}
44
45cWindow::~cWindow() {
46

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected