Minetest  5.4.0
mainmenumanager.h File Reference
#include "modalMenu.h"
#include <cassert>
#include <list>
+ Include dependency graph for mainmenumanager.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IGameCallback
 
class  MainMenuManager
 
class  MainGameCallback
 

Functions

bool isMenuActive ()
 

Variables

gui::IGUIEnvironment * guienv
 
gui::IGUIStaticText * guiroot
 
MainMenuManager g_menumgr
 
MainGameCallbackg_gamecallback
 

Function Documentation

◆ isMenuActive()

bool isMenuActive ( )

References g_menumgr, and MainMenuManager::menuCount().

Referenced by ClientLauncher::main_menu(), MyEventReceiver::OnEvent(), Game::processUserInput(), Game::run(), Game::updateCameraDirection(), and Game::updateFrame().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ g_gamecallback

◆ g_menumgr

◆ guienv

gui::IGUIEnvironment* guienv
extern

Referenced by ClientLauncher::run().

◆ guiroot