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

Method GetScreenSize

Source/Window.hpp:96–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94
95 cDimension GetWindowSize() const;
96 cDimension GetScreenSize() const { return mScreenSize; }
97 bool GetWindowMode() const { return mWindowMode; }
98 bool hasFocusEvent() const { return mHasFocus; }
99 void clearFocus() { mHasFocus = false; }

Callers 15

Mouse_Cursor_HandleMethod · 0.45
Mouse_Inputs_GetMethod · 0.45
getSurfaceSizeMethod · 0.45
getWindowSizeMethod · 0.45
getCameraHeightMethod · 0.45
Demo_Amiga_ShowMenuMethod · 0.45
Service_ShowMethod · 0.45
Mission_Intro_PlayMethod · 0.45
WonGameMethod · 0.45
Recruit_LoopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected