pkdawson / imgui-godot

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

Allow joypad configuration #10

Closed pkdawson closed 2 years ago

pkdawson commented 2 years ago

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

pkdawson commented 2 years 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.