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:
parent
e8448d0494
commit
8ff7f35eec
2 changed files with 135 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue