Blamite Game Engine - blam!
00296.01.12.21.0102.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 Tue Jan 12 2021 01:11:27 for Blamite Game Engine - blam! by
1.8.17