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_user_guide.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
components/ui/imgui/imgui.h
"
4
11
class
BlamImGuiWindow_ImGUIUserGuide
:
public
BlamImGuiWindow
12
{
13
public
:
14
18
void
Draw
()
19
{
20
if
(!
show
)
21
{
22
return
;
23
}
24
25
ImGui::Begin
(
"ImGui User Guide"
, &
show
,
ImGuiWindowFlags_AlwaysAutoResize
);
26
ImGui::ShowUserGuide
();
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
blam
components
ui
imgui
imgui_windows
imgui_user_guide.hpp
Generated on Sun Dec 10 2023 18:04:28 for Blamite Game Engine - blam! by
1.8.17