hpi-swa-lab / godot-pronto

https://hpi-swa-lab.github.io/godot-pronto/
18 stars 4 forks source link

Prototype-creation: "Tab'able" input fields #178

Closed JulianEgbert closed 1 year ago

JulianEgbert commented 1 year ago

Make the inputfields for creating a prototype "tab'able" (klicking the tab button should cycle between the input fields).

JulianEgbert commented 1 year ago

Not implemented due to default behavior of Godot: Textfields don't allow "tabbing" out of them to select the next field. For all other elements, this behavior is already the default.