 |
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"
38 ImGui::OpenPopup(
title);
45 if (ImGui::Button(
"ok"))
ErrorDialog()
Empty constructor.
Definition: error_dialog.hpp:24
const char * message
The contents of the error dialog.
Definition: error_dialog.hpp:19
A seemingly incomplete class for an ImGUI-based error dialog?
Definition: error_dialog.hpp:14
bool show_error_dialog
Whether or not to show the error dialog.
Definition: error_dialog.hpp:17
Class representing an ImGUI drawing group/draw list item.
Definition: debug_ui.h:359
~ErrorDialog()
Empty destructor.
Definition: error_dialog.hpp:29
Legacy namespace to contain data for the legacy ImGUI console.
Definition: debug_ui.h:434
void Draw()
Shows the error dialog, if enabled.
Definition: error_dialog.hpp:34
@ Text
Master text object that wraps around both BitmapText and DWText.
Definition: render_stack.h:73
const char * title
The title of the error dialog.
Definition: error_dialog.hpp:18