Inputs: added wip/experiment routing system: Shortcut(), RoutingFocused policy, SetShortcutRouting(). (#456, #2637, #3724)

- InputText() uses Shortcut().
This commit is contained in:
ocornut
2022-11-08 20:37:58 +01:00
parent c59ebb2d71
commit 7ff2d3353c
4 changed files with 259 additions and 18 deletions
+1 -1
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 WIP"
#define IMGUI_VERSION_NUM 18836
#define IMGUI_VERSION_NUM 18837
#define IMGUI_HAS_TABLE
/*