DISTRHO / DPF-Widgets

Official and Community made reusable GUI widgets for DPF
Other
25 stars 4 forks source link

update imgui to v1.89.5 #11

Closed dromer closed 10 months ago

dromer commented 1 year ago

The tests build and look correct.

Haven't changed the input stuff yet.

dromer commented 1 year ago

Added all main keyboard and mouse input events to new api. Mainly not sure to how https://github.com/DISTRHO/DPF-Widgets/blob/main/opengl/DearImGui.cpp#L120-L141 this should be handled.

dromer commented 1 year ago

Seems we have yet another DearImGui release to catch up to: https://github.com/ocornut/imgui/releases/tag/v1.89.6

dromer commented 11 months ago

Many more releases have come: https://github.com/ocornut/imgui/releases/tag/v1.89.9

I'll try to update this PR soon-ish.

falkTX commented 10 months ago

Merging this as it is useful to get the new API working. I see some issues with the modifier handling, will fix that after merging