Elaztek Developer Hub
Switch Project...
blam!
Editing Kit
Guerilla
Sapien
Tool
Foundry
Libraries
Keystone
Strings
Forums
Discord
Doxygen
Jenkins
Guides
Gitlab
Blamite Game Engine - blam!
00310.02.05.21.0336.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
blam
components
ui
imgui
imgui_widgets
widgets.h
Generated on Fri Feb 5 2021 03:59:00 for Blamite Game Engine - blam! by
1.8.17