Fixed incorrect order of arguments in IsMouseClicked(). (#7657, #456)

Amend 85513de24
This commit is contained in:
korenkonder
2024-06-04 17:35:18 +03:00
committed by ocornut
parent a31aa683ff
commit 209edcc247
3 changed files with 6 additions and 2 deletions

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.8 WIP"
#define IMGUI_VERSION_NUM 19074
#define IMGUI_VERSION_NUM 19075
#define IMGUI_HAS_TABLE
/*