Inputs, Tooltip: Rework stationary timer logic as it broke on high-framerates with lower rate of mouse inputs. (#1485)

This commit is contained in:
ocornut
2023-07-03 12:17:46 +02:00
parent 64172685d6
commit 1029f57b8a
3 changed files with 6 additions and 10 deletions
+1 -1
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.7 WIP"
#define IMGUI_VERSION_NUM 18967
#define IMGUI_VERSION_NUM 18968
#define IMGUI_HAS_TABLE
/*