25476d4e1e
This PR updates imgui and its dependencies from the last time, ~1 year ago (deabacbd50
) Commits will be refactored before merging Things you might ask : - why did you remove `ImGui_ImplGlfw_SetBorderlessWindowMode()` ? -> Where is it used ? The only usage of it I see is commented (cb9a3b1f55/lib/external/imgui/source/imgui_impl_glfw.cpp (L757)
) - why did you remove the implot anti aliasing flag ? -> They.. seem to have removed it altogether ? https://github.com/epezent/implot/issues/479
10 lines
309 B
C
Vendored
10 lines
309 B
C
Vendored
// ImGui config (check imconfig.h for more information about these definitions)
|
|
#pragma once
|
|
|
|
#define IMGUI_DEFINE_MATH_OPERATORS
|
|
#define IMGUI_DISABLE_OBSOLETE_FUNCTIONS
|
|
#define IMGUI_DISABLE_OBSOLETE_KEYIO
|
|
#define IMGUI_ENABLE_FREETYPE
|
|
#define ImDrawIdx unsigned int
|
|
#define IMGUI_DEBUG_TOOL_ITEM_PICKER_EX
|