InputText: Reworked prev/next-word behavior . Include period as delimiter and tweak prev/next words logic. (#6067)

This commit is contained in:
AJ Weeks
2023-03-22 20:27:17 +01:00
committed by ocornut
parent 89d09070e3
commit 821814b450
3 changed files with 32 additions and 5 deletions

View File

@ -23,7 +23,7 @@
// Library Version
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals, e.g. '#if IMGUI_VERSION_NUM > 12345')
#define IMGUI_VERSION "1.89.5 WIP"
#define IMGUI_VERSION_NUM 18944
#define IMGUI_VERSION_NUM 18945
#define IMGUI_HAS_TABLE
/*