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!
00406.12.10.23.1457.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 "
components/ui/imgui/imgui.h
"
4
8
class
BlamImGuiWindow_ImGuiDemoWindow
:
public
BlamImGuiWindow
9
{
10
public
:
11
void
Draw
()
12
{
13
if
(
show
)
14
{
15
ImGui::ShowDemoWindow
(&
show
);
16
}
17
}
18
};
BlamImGuiWindow_ImGuiDemoWindow
Wrapper for ImGui's demo window.
Definition:
imgui_demo.hpp:8
BlamImGuiWindow::show
bool show
Controls whether or not the group should be shown. May not be used in all groups.
Definition:
imgui.h:34
BlamImGuiWindow
Class representing an ImGUI window.
Definition:
imgui.h:31
ImGui::ShowDemoWindow
IMGUI_API void ShowDemoWindow(bool *p_open=NULL)
Definition:
imgui_demo.cpp:195
BlamImGuiWindow_ImGuiDemoWindow::Draw
void Draw()
Draws the contents of the group.
Definition:
imgui_demo.hpp:11
imgui.h
blam
components
ui
imgui
imgui_windows
builtin
imgui_demo.hpp
Generated on Sun Dec 10 2023 18:04:28 for Blamite Game Engine - blam! by
1.8.17