Elaztek Developer Hub
Blamite Game Engine - blam!  00406.12.10.23.1457.blamite
The core library for the Blamite Game Engine.
imgui_user_guide.hpp
Go to the documentation of this file.
1 #pragma once
2 
4 
12 {
13 public:
14 
18  void Draw()
19  {
20  if (!show)
21  {
22  return;
23  }
24 
27  ImGui::End();
28  }
29 };
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_ImGUIUserGuide::Draw
void Draw()
Draws the user guide dialog.
Definition: imgui_user_guide.hpp:18
ImGui::End
IMGUI_API void End()
Definition: imgui.cpp:6016
BlamImGuiWindow
Class representing an ImGUI window.
Definition: imgui.h:31
ImGui::Begin
IMGUI_API bool Begin(const char *name, bool *p_open=NULL, ImGuiWindowFlags flags=0)
Definition: imgui.cpp:5397
BlamImGuiWindow_ImGUIUserGuide
Class for the ImGUI user guide.
Definition: imgui_user_guide.hpp:11
ImGui::ShowUserGuide
IMGUI_API void ShowUserGuide()
Definition: imgui_demo.cpp:150
ImGuiWindowFlags_AlwaysAutoResize
@ ImGuiWindowFlags_AlwaysAutoResize
Definition: imgui.h:720
imgui.h