pkdawson / imgui-godot

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

Allow joypad configuration #10

Closed pkdawson closed 1 year ago

pkdawson commented 1 year ago

Restore support for configurable Actions, but fall back on defaults wherever possible.

pkdawson commented 1 year ago

ImGui's new input system expects the raw gamepad input, so on second thought let's not do this. Maybe I'll just add a toggle for swapping A/B.