![]() |
Blamite Game Engine - blam!
00406.12.10.23.1457.blamite
The core library for the Blamite Game Engine.
|
#include "components/ui/imgui/imgui.h"
Go to the source code of this file.
Namespaces | |
Blam | |
Namespace surrounding all major engine components. | |
Blam::UI | |
Namespace containing functions relating to the Blamite UI system. | |
Blam::UI::ImGUI | |
Namespace for anything related to ImGUI. | |
Blam::UI::ImGUI::Widgets | |
Namespace containing general-purpose widgets used in multiple ImGUI drawing groups/windows. | |
Macros | |
#define | BLAM |
Functions | |
BLAM void | Blam::UI::ImGUI::Widgets::ShowHelpMarker (const char *desc) |
Shows a help indicator. More... | |
BLAM void | Blam::UI::ImGUI::Widgets::ShowNYITooltip () |
Shows a tooltip with the text Not yet implemented upon hovered. More... | |
BLAM void | Blam::UI::ImGUI::Widgets::ShowBasicHoveredTooltip (const char *text) |
Shows a tooltip with the specified text upon hovering over the control it is applied to. More... | |
#define BLAM |