Menus: Fixed using IsItemHovered()/IsItemClicked() on BeginMenu(). (#5775)

This commit is contained in:
ocornut
2022-10-14 17:39:04 +02:00
parent 3920b1c764
commit 81176737f8
4 changed files with 12 additions and 3 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 18831
#define IMGUI_VERSION_NUM 18832
#define IMGUI_HAS_TABLE
/*