IDI-Systems / UnrealImGui

Unreal plug-in that integrates Dear ImGui framework into Unreal Engine 4/5.
MIT License
121 stars 27 forks source link

New ImGui IO event API #23

Open jonpas opened 4 months ago

jonpas commented 4 months ago

This pull request reworks the Unreal backend for ImGui to use the new IO event API introduced in ImGui 1.87.

Most of the intermediate storage has been removed in this project as core ImGui now handles it correctly even at low framerates. Certain missing keybinds have been added (such as Super/Command).

It is advisable for users of this project to thoroughly review and test this before it is merged.