InputText: Internal: added reload from user-buf feature. (#2890)

Very highly requested feature (#6962, #5219, #3290, #4627, #5054, #3878, #2881, #1506, #1216, #968).
Also useful for interactive completion/selection popups (#2057, #718)
Based on @kudaba PR. Design for Inputtext V2 should make this obsolete.
This commit is contained in:
ocornut
2024-02-07 21:35:47 +01:00
parent f50ddc431e
commit 06ce312745
5 changed files with 32 additions and 7 deletions

View File

@ -24,7 +24,7 @@
// Library Version
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals, e.g. '#if IMGUI_VERSION_NUM >= 12345')
#define IMGUI_VERSION "1.90.2 WIP"
#define IMGUI_VERSION_NUM 19016
#define IMGUI_VERSION_NUM 19017
#define IMGUI_HAS_TABLE
/*