Home
last modified time | relevance | path

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

/dports/games/cake/cake_src/cake/
H A Dconsole.cpp242 movingConsole = false; in Console()
296 if (movingConsole) in Console()
850 if (!movingConsole && enableOpeningClosingAnimations) in Update()
1083 movingConsole = !movingConsole; in ToggleType()
1089 if (movingConsole && !console_type) in SetType()
1103 movingConsole = console_type; in SetType()
1105 else if (!movingConsole && console_type) in SetType()
1107 movingConsole = console_type; in SetType()
1147 if (ConsoleIsMaximized || !movingConsole) return; in Maximize()
1163 if (!ConsoleIsMaximized || !movingConsole) return; in Unmaximize()
[all …]
H A Dconsole.h123 bool movingConsole; variable