Nav: space/enter poll check ownership. InputText: declare ownership of Enter key as it doesn't go through Shortcut

InputText: no need to call SetShortcutRouting() directly.
Tangential to experiments for #7237
This commit is contained in:
ocornut
2024-01-19 15:52:11 +01:00
parent 5ddfbb80d8
commit 1844f903d5
3 changed files with 22 additions and 11 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 19013
#define IMGUI_VERSION_NUM 19014
#define IMGUI_HAS_TABLE
/*