![]() |
Blamite Game Engine - blam!
00406.12.10.23.1457.blamite
The core library for the Blamite Game Engine.
|
Class for the main ImGUI menu bar. More...
#include <dynamic_menubar.hpp>
Public Member Functions | |
BlamImGuiWindow_DynamicMenuBar () | |
Initializes data for the legacy menu bar and instructs it to draw as a standard menu rather than the main application menu. More... | |
void | Draw () |
Draws the menu bar contents and current git commit hash. More... | |
Additional Inherited Members | |
![]() | |
bool | show = false |
Controls whether or not the group should be shown. May not be used in all groups. More... | |
Class for the main ImGUI menu bar.
This menu can be customized by modifying menu_bar_init.xml
in the game data folder.
|
inline |
Initializes data for the legacy menu bar and instructs it to draw as a standard menu rather than the main application menu.
|
inlinevirtual |
Draws the menu bar contents and current git commit hash.
Reimplemented from BlamImGuiWindow.