InputText: moved all ImGuiInputTextState functions to not be inline.

This commit is contained in:
ocornut
2024-09-09 16:29:47 +02:00
parent 21d03edcb0
commit ca5701d458
3 changed files with 25 additions and 14 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
// Library Version
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals, e.g. '#if IMGUI_VERSION_NUM >= 12345')
#define IMGUI_VERSION "1.91.2 WIP"
#define IMGUI_VERSION_NUM 19111
#define IMGUI_VERSION_NUM 19112
#define IMGUI_HAS_TABLE
/*