MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / toggleScreen

Method toggleScreen

src/Engine/State.cpp:105–108  ·  view source on GitHub ↗

* Toggles the full-screen flag. Used by windows to * keep the previous screen in display while the window * is still "popping up". */

Source from the content-addressed store, hash-verified

103 * is still "popping up".
104 */
105void State::toggleScreen()
106{
107 _screen = !_screen;
108}
109
110/**
111 * Initializes the state and its child elements. This is

Callers 2

WindowMethod · 0.80
popupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected