Elaztek Developer Hub
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 
4 
9 {
10 public:
11  void Draw()
12  {
13  if (show)
14  {
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