pkdawson / imgui-godot

Dear ImGui plugin for Godot 4
MIT License
494 stars 28 forks source link

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

Closed arran-nz closed 2 years ago

arran-nz commented 2 years 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 2 years ago

Looks good, thanks!