Blamite Game Engine - blam!  00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
widgets.h File Reference
#include "../debug_ui.h"

Go to the source code of this file.

Namespaces

 Blam
 Namespace surrounding all major engine components.
 
 Blam::DebugUI
 Namespace containing things relating to ImGUI, and the ImGUI draw list.
 
 Blam::DebugUI::Widgets
 Namespace containing general-purpose widgets used in multiple ImGUI drawing groups/windows.
 

Functions

BLAM void Blam::DebugUI::Widgets::ShowHelpMarker (const char *desc)
 Shows a help indicator. More...
 
BLAM void Blam::DebugUI::Widgets::ShowNYITooltip ()
 Shows a tooltip with the text Not yet implemented upon hovered. More...
 
BLAM void Blam::DebugUI::Widgets::ShowBasicHoveredTooltip (const char *text)
 Shows a tooltip with the specified text upon hovering over the control it is applied to. More...