 |
Blamite Game Engine - blam!
00406.12.10.23.1457.blamite
The core library for the Blamite Game Engine.
|
Go to the documentation of this file.
24 bool show_fps =
false;
46 ImVec2 window_location(box_x, box_y);
47 ImVec2 window_location_offset(box_x + 1.6, box_y + 1.0);
49 ImVec2 window_size(3000, 1000);
57 ImVec4 console_shadow_color_imgui =
ImVec4(console_shadow_color.x, console_shadow_color.y, console_shadow_color.z, console_shadow_color.w);
bool show
Controls whether or not the group should be shown. May not be used in all groups.
Definition: imgui.h:34
ImVec2 MousePos
Definition: imgui.h:1409
@ ImGuiWindowFlags_NoTitleBar
Definition: imgui.h:714
IMGUI_API void PopStyleColor(int count=1)
Definition: imgui.cpp:6341
IMGUI_API void End()
Definition: imgui.cpp:6016
@ ImGuiWindowFlags_NoSavedSettings
Definition: imgui.h:722
Class representing an ImGUI window.
Definition: imgui.h:31
BLAM BlamColor * GetGlobalAsColor(std::string name)
Retrieves a global's value as a BlamColor.
Definition: globals.cpp:415
This is the ImGUI-based implementation of the stats widget.
Definition: stats.hpp:21
IMGUI_API bool Begin(const char *name, bool *p_open=NULL, ImGuiWindowFlags flags=0)
Definition: imgui.cpp:5397
@ ImGuiWindowFlags_NoInputs
Definition: imgui.h:736
IMGUI_API void Text(const char *fmt,...) IM_FMTARGS(1)
Definition: imgui_widgets.cpp:238
IMGUI_API ImGuiIO & GetIO()
Definition: imgui.cpp:3300
IMGUI_API void SetNextWindowPos(const ImVec2 &pos, ImGuiCond cond=0, const ImVec2 &pivot=ImVec2(0, 0))
Definition: imgui.cpp:6731
IMGUI_API void SetNextWindowSize(const ImVec2 &size, ImGuiCond cond=0)
Definition: imgui.cpp:6741
bool * ShowFPS()
Retrieves whether or not the FPS should be shown in the stats display.
Definition: stats.hpp:32
float y
Definition: imgui.h:181
@ ImGuiWindowFlags_NoMove
Definition: imgui.h:716
@ ImGuiCol_Text
Definition: imgui.h:1027
@ ImGuiWindowFlags_NoResize
Definition: imgui.h:715
void Draw()
Draws the stats display.
Definition: stats.hpp:40
IMGUI_API void PushStyleColor(ImGuiCol idx, ImU32 col)
Definition: imgui.cpp:6321