Revision 29d462ebce0275345a6ce4621d8fff0ded57c9e5 authored by ocornut on 17 February 2022, 17:39:03 UTC, committed by ocornut on 17 February 2022, 17:39:03 UTC
Note that this widen the small gap between polling g.HoveredID and using IsItemHovered() the later does various filtering. Added IsItemHovered(ImGuiHoveredFlags_NoNavOverride) to disable that specific state redirect/filter. Side-effect: fix EndGroup() use of combining HoveredId values when gamepad/keyboard nav is active. Unlikely to have user-visible side effect since IsItemHovered() would have filtered out anyway. Side-effect: fix IsAnyItemHovered() when gamepad/keyboard is active (but this wasn't the primary intent of this change). Side-effect: fix using SetItemUsingMouseWheel() while hovering an item and gamepad/keyboard is active. (#2891)
1 parent 421e73e
| File | Mode | Size |
|---|---|---|
| .github | ||
| backends | ||
| docs | ||
| examples | ||
| misc | ||
| .editorconfig | -rw-r--r-- | 788 bytes |
| .gitattributes | -rw-r--r-- | 397 bytes |
| .gitignore | -rw-r--r-- | 926 bytes |
| LICENSE.txt | -rw-r--r-- | 1.1 KB |
| imconfig.h | -rw-r--r-- | 9.6 KB |
| imgui.cpp | -rw-r--r-- | 634.8 KB |
| imgui.h | -rw-r--r-- | 287.1 KB |
| imgui_demo.cpp | -rw-r--r-- | 394.7 KB |
| imgui_draw.cpp | -rw-r--r-- | 207.3 KB |
| imgui_internal.h | -rw-r--r-- | 203.8 KB |
| imgui_tables.cpp | -rw-r--r-- | 210.0 KB |
| imgui_widgets.cpp | -rw-r--r-- | 396.5 KB |
| imstb_rectpack.h | -rw-r--r-- | 20.0 KB |
| imstb_textedit.h | -rw-r--r-- | 53.7 KB |
| imstb_truetype.h | -rw-r--r-- | 187.8 KB |

Computing file changes ...