MCPcopy Create free account
hub / github.com/JACoders/OpenJK / Menus_AnyFullScreenVisible

Function Menus_AnyFullScreenVisible

code/ui/ui_shared.cpp:9456–9469  ·  view source on GitHub ↗

================= Menus_AnyFullScreenVisible ================= */

Source from the content-addressed store, hash-verified

9454=================
9455*/
9456qboolean Menus_AnyFullScreenVisible(void)
9457{
9458 int i;
9459
9460 for (i = 0; i < menuCount; i++)
9461 {
9462 if (Menus[i].window.flags & WINDOW_VISIBLE && Menus[i].fullScreen)
9463 {
9464 return qtrue;
9465 }
9466
9467 }
9468 return qfalse;
9469}
9470
9471/*
9472=================

Callers 3

_UI_RefreshFunction · 0.70
_UI_KeyEventFunction · 0.70
_UI_IsFullscreenFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected