pkdawson / imgui-godot

Dear ImGui plugin for Godot 4
MIT License
322 stars 19 forks source link

Add Key and Joybutton extension to convert to ImGui types #13

Closed arran-nz closed 1 year ago

arran-nz commented 1 year ago

The PR allows for Godot developers to check against Godot keycodes in an ImGUI window.

Improves on: https://github.com/pkdawson/imgui-godot/pull/12

pkdawson commented 1 year ago

Looks good, thanks!