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

Method GetWindowMode

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

Source from the content-addressed store, hash-verified

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; }
100 cDimension GetScale() const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected