Blamite Game Engine - blam!  00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
Blam::Settings::Menubar Namespace Reference

Namespace for things related to the imgui menu bar. More...

Functions

BLAM void LoadMenubarLayout ()
 
BLAM BlamMenubar GetMenuBar ()
 

Detailed Description

Namespace for things related to the imgui menu bar.

Unlike previous iterations of the menu bar, the new menu bar is data-bound. That is, the contents and layout are customizable using the menu_bar_init.xml file, which is of a very similar structure to debug_menu_init.xml.

Function Documentation

◆ GetMenuBar()

BlamMenubar Blam::Settings::Menubar::GetMenuBar ( )

◆ LoadMenubarLayout()

void Blam::Settings::Menubar::LoadMenubarLayout ( )