Blamite Game Engine - blam!  00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
widgets.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "../debug_ui.h"
4 
5 #ifndef BLAM
6 #define BLAM
7 #endif
8 
9 namespace Blam::DebugUI
10 {
14  namespace Widgets
15  {
22  BLAM void ShowHelpMarker(const char* desc);
23 
30  BLAM void ShowNYITooltip();
31 
38  BLAM void ShowBasicHoveredTooltip(const char* text);
39  }
40 }
Blam::DebugUI::Widgets::ShowHelpMarker
BLAM void ShowHelpMarker(const char *desc)
Shows a help indicator.
Definition: widgets.cpp:7
Blam::DebugUI
Namespace containing things relating to ImGUI, and the ImGUI draw list.
Definition: debug_ui.h:350
Blam::DebugUI::Widgets::ShowNYITooltip
BLAM void ShowNYITooltip()
Shows a tooltip with the text Not yet implemented upon hovered.
Definition: widgets.cpp:20
BLAM
#define BLAM
Definition: discord_rpc.h:8
Blam::DebugUI::Widgets::ShowBasicHoveredTooltip
BLAM void ShowBasicHoveredTooltip(const char *text)
Shows a tooltip with the specified text upon hovering over the control it is applied to.
Definition: widgets.cpp:32