 |
Blamite Game Engine - blam!
00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
|
Go to the documentation of this file.
3 #include "../debug_ui.h"
34 ImGui::Begin(
"ImGui User Guide", &
show, ImGuiWindowFlags_AlwaysAutoResize);
35 ImGui::ShowUserGuide();
bool show
Controls whether or not the group should be shown. May not be used in all groups.
Definition: debug_ui.h:362
Class representing an ImGUI drawing group/draw list item.
Definition: debug_ui.h:359
~ImGUIUserGuide()
Empty destructor.
Definition: imgui_user_guide.hpp:24
Legacy namespace to contain data for the legacy ImGUI console.
Definition: debug_ui.h:434
ImGUIUserGuide()
Empty constructor.
Definition: imgui_user_guide.hpp:19
void Draw()
Draws the user guide dialog.
Definition: imgui_user_guide.hpp:29
Class for the ImGUI user guide.
Definition: imgui_user_guide.hpp:13