 |
Blamite Game Engine - blam!
00406.12.10.23.1457.blamite
The core library for the Blamite Game Engine.
|
void Draw()
Shows the error dialog, if enabled.
Definition: error_dialog.hpp:22
IMGUI_API void EndPopup()
Definition: imgui.cpp:7675
IMGUI_API bool BeginPopupModal(const char *name, bool *p_open=NULL, ImGuiWindowFlags flags=0)
Definition: imgui.cpp:7647
const char * message
The contents of the error dialog.
Definition: error_dialog.hpp:17
const char * title
The title of the error dialog.
Definition: error_dialog.hpp:16
bool show_error_dialog
Whether or not to show the error dialog.
Definition: error_dialog.hpp:15
Class representing an ImGUI window.
Definition: imgui.h:31
IMGUI_API void OpenPopup(const char *str_id)
Definition: imgui.cpp:7453
IMGUI_API void Text(const char *fmt,...) IM_FMTARGS(1)
Definition: imgui_widgets.cpp:238
A seemingly incomplete class for an ImGUI-based error dialog?
Definition: error_dialog.hpp:12
@ ImGuiWindowFlags_AlwaysAutoResize
Definition: imgui.h:720
IMGUI_API void Separator()
Definition: imgui_widgets.cpp:1284
IMGUI_API bool Button(const char *label, const ImVec2 &size=ImVec2(0, 0))
Definition: imgui_widgets.cpp:644