1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

Inputs, Scrolling: better selection of scrolling window when hovering nested windows and backend/OS is emitting dual-axis wheeling inputs. (#3795, #4559)

This commit is contained in:
ocornut 2022-11-30 17:46:57 +01:00
parent a5f3596e6c
commit 87caf27ac4
4 changed files with 95 additions and 34 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.2 WIP"
#define IMGUI_VERSION_NUM 18912
#define IMGUI_VERSION_NUM 18913
#define IMGUI_HAS_TABLE
/*