mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Added extra operators to ImVec4. (#8510)
This commit is contained in:
parent
dbd9ae287a
commit
7674cbc9b2
2 changed files with 7 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ Other changes:
|
|||
EndPopup() call. (#1651, #8499)
|
||||
- Style, InputText: added ImGuiCol_InputTextCursor to configure color of
|
||||
the InputText cursor/caret. (#7031)
|
||||
- Misc: added extra operators to ImVec4 in IMGUI_DEFINE_MATH_OPERATORS block. (#8510) [@gan74]
|
||||
- Backends: SDL2, SDL3, OSX: Fill gamepad inputs and set ImGuiBackendFlags_HasGamepad
|
||||
regardless of ImGuiConfigFlags_NavEnableGamepad being set. (#8508)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue