1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-09 23:54:20 +00:00

CI: run imgui_test_suite as part of CI build.

This commit is contained in:
Rokas Kupstys 2025-11-20 14:35:32 +01:00 committed by ocornut
parent e8448d0494
commit 8ff7f35eec
2 changed files with 135 additions and 0 deletions

View file

@ -119,6 +119,7 @@ Other Changes:
Note that IsItemDeactivatedAfterEdit() was not affected, only IsItemEdited).
- Misc: standardized casing of keyboard mods in comments and demo, showing
as e.g. "Ctrl" instead of "CTRL".
- CI: Added Dear ImGui Test Suite to CI builds. [@rokups]
- Drag and Drop:
- Added ImGuiDragDropFlags_AcceptDrawAsHovered to make accepting item render
as hovered, which can allow using e.g. Button() as drop target. (#8632)