Home
last modified time | relevance | path

Searched refs:is_input_prepared (Results 1 – 1 of 1) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/control/
H A DC4GameControl.cpp233 bool is_input_prepared = false; in Prepare() local
252 if (!is_input_prepared && Game.Clients.getLocal()->isActivated()) in Prepare()
256 is_input_prepared = true; in Prepare()