Home
last modified time | relevance | path

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

/dports/games/dhewm3/dhewm3-1.5.1/neo/framework/
H A DSession_menu.cpp50 return guiActive; in GetActiveMenu()
96 guiActive = gui; in SetGUI()
102 if ( !guiActive ) { in SetGUI()
127 guiActive = NULL; in ExitMenu()
1092 if ( guiActive ) { in HandleInGameCommands()
1097 guiActive = NULL; in HandleInGameCommands()
1110 gui = guiActive; in DispatchCommand()
1127 guiActive = NULL; in DispatchCommand()
1196 gui = guiActive; in GuiFrameEvents()
1335 guiActive = guiMsg; in MessageBox()
[all …]
H A DSession.cpp339 guiActive = NULL; in Clear()
1842 guiActive->SetStateString( "note", "" ); in TakeNotes()
1843 guiActive->SetStateString( "notefile", p ); in TakeNotes()
2212 if ( guiActive ) { in ProcessEvent()
2397 if ( guiActive == guiMsg ) { in Draw()
2407 } else if ( guiActive && !guiActive->State().GetBool( "gameDraw" ) ) { in Draw()
2419 guiActive->Redraw( com_frameTime ); in Draw()
2654 if ( !mapSpawned || guiActive ) { in Frame()
2665 if ( guiActive ) { in Frame()
2930 guiActive = NULL; in Init()
[all …]
H A DSession_local.h244 idUserInterface * guiActive; variable
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/
H A Dengine.cpp280 bool guiActive = mEnvironment.getWindowManager()->isGuiMode(); in frame() local
301 if (!guiActive) in frame()
316 mEnvironment.getMechanicsManager()->update(frametime, guiActive); in frame()
322 if(!guiActive && player.getClass().getCreatureStats(player).isDead()) in frame()
333 … mEnvironment.getWorld()->updatePhysics(frametime, guiActive, frameStart, frameNumber, *stats); in frame()
343 mEnvironment.getWorld()->update(frametime, guiActive); in frame()
949 bool guiActive = mEnvironment.getWindowManager()->isGuiMode(); in go() local
950 if (!guiActive) in go()
/dports/cad/openroad/OpenROAD-2.0/src/fin/src/
H A Dgraphics.h58 static bool guiActive();
H A Dgraphics.cpp76 bool Graphics::guiActive() in guiActive() function in fin::Graphics
H A DDensityFill.cpp99 if (debug && Graphics::guiActive()) { in DensityFill()
/dports/cad/openroad/OpenROAD-2.0/src/mpl/src/
H A Dgraphics.h69 static bool guiActive();
H A Dgraphics.cpp95 bool Graphics::guiActive() in guiActive() function in mpl::Graphics
H A DMacroPlacer.cpp400 if (gui_debug_ && Graphics::guiActive()) { in placeMacrosCornerMaxWl()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/examples/21.Quake3Explorer/
H A Dmain.cpp46 s32 guiActive; member
76 guiActive = 1; in setDefault()
1268 case 0: Game->guiActive = 0; inputState = !Game->guiActive; break; in SetGUIActive()
1269 case 1: Game->guiActive = 1; inputState = !Game->guiActive;;break; in SetGUIActive()
1270 case 2: Game->guiActive ^= 1; inputState = !Game->guiActive;break; in SetGUIActive()
1285 gui.Window->setVisible ( Game->guiActive != 0 ); in SetGUIActive()
1288 if ( Game->guiActive && in SetGUIActive()
1296 Game->Device->getGUIEnvironment()->setFocus ( Game->guiActive ? gui.Window: 0 ); in SetGUIActive()
1310 if ( Game->guiActive && eve.EventType == EET_GUI_EVENT ) in OnEvent()
/dports/cad/openroad/OpenROAD-2.0/src/replace/src/
H A Dgraphics.h47 static bool guiActive();
H A Dgraphics.cpp254 bool Graphics::guiActive() in guiActive() function in gpl::Graphics
H A DinitialPlace.cpp102 if (ipVars_.debug && Graphics::guiActive()) { in doBicgstabPlace()
H A DnesterovPlace.cpp116 if (npVars.debug && Graphics::guiActive()) { in NesterovPlace()
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/pa/
H A DFlexPA_graphics.h81 static bool guiActive();
H A DFlexPA.cpp67 = on && FlexPAGraphics::guiActive() in setDebug()
H A DFlexPA_graphics.cpp287 bool FlexPAGraphics::guiActive() in guiActive() function in fr::FlexPAGraphics
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/dr/
H A DFlexDR_graphics.h80 static bool guiActive();
H A DFlexDR_graphics.cpp693 bool FlexDRGraphics::guiActive() in guiActive() function in fr::FlexDRGraphics
701 if (guiActive()) { in init()
H A DFlexDR.cpp58 = on && FlexDRGraphics::guiActive() in setDebug()
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dascii.c31 int guiActive = 0; variable
77 if (guiActive && (mode & MC_ERRBOX)) { in message()
H A Dtkgate.c86 extern int guiActive;
848 guiActive = 1; in TkGate_init()
/dports/games/barony/Barony-3.3.7/src/interface/
H A Dinterface.hpp330 bool guiActive; member in GenericGUIMenu
373 guiActive(false), in GenericGUIMenu()
467 return guiActive; in isGUIOpen()
H A Dinterface.cpp3412 if ( guiActive ) in updateGUI()
3982 if ( oldType == GUI_TYPE_ALCHEMY && !guiActive ) in updateGUI()
4393 guiActive = false; in closeGUI()
4527 guiActive = true; in openGUI()
4557 guiActive = true; in openGUI()
4588 guiActive = true; in openGUI()