Internals: slight refactor FindHoveredWindow() -> FindHoveredWindowEx() toward reducing far-away code duplication.

This commit is contained in:
ocornut
2024-05-14 16:03:00 +02:00
parent f806c76e97
commit d0524df887
3 changed files with 28 additions and 16 deletions
+1 -1
View File
@@ -28,7 +28,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.7 WIP"
#define IMGUI_VERSION_NUM 19061
#define IMGUI_VERSION_NUM 19062
#define IMGUI_HAS_TABLE
/*