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

Method clearFocus

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

Source from the content-addressed store, hash-verified

97 bool GetWindowMode() const { return mWindowMode; }
98 bool hasFocusEvent() const { return mHasFocus; }
99 void clearFocus() { mHasFocus = false; }
100 cDimension GetScale() const;
101
102 void SetRelativeMouseMode(bool pEnable);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected