 |
Blamite Game Engine - blam!
00346.12.11.21.0529.blamite
The core library for the Blamite Game Engine.
|
Go to the documentation of this file.
3 #include "../../debug_ui.h"
26 bool update_availible =
false;
46 if (update_availible ==
true)
53 ImGui::Text(
"An update is availible!\nDownload the update?");
~UpdateChecker()
Empty destructor.
Definition: update_checker.hpp:39
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
IMGUI_API void SameLine(float offset_from_start_x=0.0f, float spacing=-1.0f)
Definition: imgui.cpp:7147
IMGUI_API void OpenPopup(const char *str_id)
Definition: imgui.cpp:7453
Add a fourth parameter to bake specific font ranges NULL
Definition: README.txt:57
IMGUI_API void Text(const char *fmt,...) IM_FMTARGS(1)
Definition: imgui_widgets.cpp:238
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
void Draw()
Draws the update check dialog.
Definition: update_checker.hpp:44
A class containing a theoretical update check dialog.
Definition: update_checker.hpp:23
@ ImGuiWindowFlags_AlwaysAutoResize
Definition: imgui.h:720
IMGUI_API void CloseCurrentPopup()
Definition: imgui.cpp:7581
IMGUI_API void Separator()
Definition: imgui_widgets.cpp:1284
Legacy namespace to contain data for the legacy ImGUI console.
Definition: ui.h:14
UpdateChecker()
Empty destructor.
Definition: update_checker.hpp:34
IMGUI_API bool Button(const char *label, const ImVec2 &size=ImVec2(0, 0))
Definition: imgui_widgets.cpp:644