peter-kish / gloot

A universal inventory system for the Godot game engine.
MIT License
640 stars 28 forks source link

Is there a way to use d-pad/arrows to control selection instead of mouse? #120

Open Myle21 opened 1 year ago

Myle21 commented 1 year ago

Just as I wrote in the title of question, i was wandering if i can use d-pad/arrows to control selection so there's no need to use mouse?

peter-kish commented 1 year ago

Not at the moment, unfortunately :(

There's still an open PR from quite a while ago that was supposed to add keyboard/gamepad support, but it was abandoned by the author and it would also be difficult to merge it with the current state of things as there were quite a few refactorings done in the meantime.

That said, I will probably have to tackle the feature soon as it's a must for games that don't use the mouse (and there's a lot of those, I suppose).