Inputs: fix moving a window or drag and dropping from capture mods. (#5888, #4921, #456)

Amend change of SetActiveIdUsingAllKeyboardKeys() in 4448d97 which seemingly accidentally reverted the change intended by fd408c97
This commit is contained in:
ocornut
2022-11-16 17:40:44 +01:00
parent 83cee9e091
commit d60985df7f
3 changed files with 12 additions and 5 deletions

View File

@ -22,8 +22,8 @@
// Library Version
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals, e.g. '#if IMGUI_VERSION_NUM > 12345')
#define IMGUI_VERSION "1.89"
#define IMGUI_VERSION_NUM 18901
#define IMGUI_VERSION "1.89.1"
#define IMGUI_VERSION_NUM 18902
#define IMGUI_HAS_TABLE
/*