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.
imgui_demo.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "../../debug_ui.h"
4
5
namespace
Blam::DebugUI::Windows
6
{
10
class
ImGuiDemoWindow
:
public
Blam::DebugUI::ImGUIDrawingGroup
11
{
12
public
:
13
void
Draw
()
14
{
15
if
(
show
)
16
{
17
ImGui::ShowDemoWindow(&
show
);
18
}
19
}
20
};
21
}
Blam::DebugUI::ImGUIDrawingGroup::show
bool show
Controls whether or not the group should be shown. May not be used in all groups.
Definition:
debug_ui.h:362
Blam::DebugUI::ImGUIDrawingGroup
Class representing an ImGUI drawing group/draw list item.
Definition:
debug_ui.h:359
Blam::DebugUI::Windows::ImGuiDemoWindow
Wrapper for ImGui's demo window.
Definition:
imgui_demo.hpp:10
Blam::DebugUI::Windows
Legacy namespace to contain data for the legacy ImGUI console.
Definition:
debug_ui.h:434
Blam::DebugUI::Windows::ImGuiDemoWindow::Draw
void Draw()
Draws the contents of the group.
Definition:
imgui_demo.hpp:13
blam
components
ui
imgui
imgui_windows
builtin
imgui_demo.hpp
Generated on Fri Feb 5 2021 03:59:00 for Blamite Game Engine - blam! by
1.8.17