IO: Filter duplicate input events during the AddXXX() calls. (#5599, #4921)

This commit is contained in:
ocornut
2022-09-29 21:59:32 +02:00
parent fac8295d6e
commit cc5058e5d7
3 changed files with 54 additions and 17 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 WIP"
#define IMGUI_VERSION_NUM 18827
#define IMGUI_VERSION_NUM 18828
#define IMGUI_HAS_TABLE
/*