InputText: replaced some uses of SetKeyOwner() + IsKeyPressed() with Shortcut()

Which makes it easier to hook/disable those keys from outside if needed.
This commit is contained in:
ocornut
2022-11-16 15:55:10 +01:00
parent 81160fee56
commit 83cee9e091
4 changed files with 19 additions and 22 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"
#define IMGUI_VERSION_NUM 18900
#define IMGUI_VERSION_NUM 18901
#define IMGUI_HAS_TABLE
/*