retrohub-org / retrohub

Retrogaming library frontend, built to be a highly customizable platform.
https://retrohub-org.github.io/
MIT License
110 stars 6 forks source link

Controller repeat inputs stuck on UI nodes #318

Closed rsubtil closed 8 months ago

rsubtil commented 8 months ago

RetroHub has a built-in solution to handle UI repeat events for controllers. However, recent changes in Godot have replicated this behavior, and now both solutions are in conflict. Since Godot's solution only works for specific nodes, it's better to revert that functionality in our fork.

rsubtil commented 8 months ago

Reverted commit with https://github.com/retrohub-org/godot/commit/a277a4a2d8ead1d6d15e0f3e6daa81015a4958fb, need to rebuild CI for new version.