Nav: Fixed SetKeyboardFocusHere() or programmatic tabbing API from not working on windows with the ImGuiWindowFlags_NoNavInputs flag.

Amend/fix 3a078466a
This commit is contained in:
ocornut
2024-02-22 19:39:10 +01:00
parent 34965cf23a
commit 13d91ff918
3 changed files with 23 additions and 17 deletions
+1 -1
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.4 WIP"
#define IMGUI_VERSION_NUM 19032
#define IMGUI_VERSION_NUM 19033
#define IMGUI_HAS_TABLE
/*