3#define IMGUI_ENABLE_DOCKING
6#include <imgui_impl_glfw.h>
7#include <imgui_impl_opengl3.h>
8#include <imgui_internal.h>
16 IMGUIWrapper() =
default;
17 ~IMGUIWrapper() =
default;
22 void updateDimensions();
23 void showDemoWindow();
28 void setWindowPos(
const std::string &title,
float x,
float y);
29 void keepWindowInBounds(
const char *windowName)
const;
Definition imgui_wrapper.hpp:12