IO: variations in analog-only components of gamepad events do not interfere with trickling of mouse position events (#4921, #8508)

This commit is contained in:
ocornut
2025-03-21 16:18:36 +01:00
parent 979c7d76ab
commit 102f3f3a0d
3 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
// Library Version
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals, e.g. '#if IMGUI_VERSION_NUM >= 12345')
#define IMGUI_VERSION "1.92.0 WIP"
#define IMGUI_VERSION_NUM 19191
#define IMGUI_VERSION_NUM 19192
#define IMGUI_HAS_TABLE
/*