mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-17 01:04:19 +00:00
This commit is contained in:
parent
f1781c20a3
commit
79d6f4e211
2 changed files with 3 additions and 0 deletions
|
|
@ -3812,6 +3812,7 @@ static bool STB_TEXTEDIT_INSERTCHARS(ImGuiInputTextState* obj, int pos, const Im
|
|||
#define STB_TEXTEDIT_K_SHIFT 0x400000
|
||||
|
||||
#define STB_TEXTEDIT_IMPLEMENTATION
|
||||
#define STB_TEXTEDIT_memmove memmove
|
||||
#include "imstb_textedit.h"
|
||||
|
||||
// stb_textedit internally allows for a single undo record to do addition and deletion, but somehow, calling
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue