![]() |
Blamite Game Engine - blam!
00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
|
#include "components/ui/imgui/imgui.h"
Include dependency graph for widgets.h:
This graph shows which files directly or indirectly include this file: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 |