alexguirre / RAGENativeUI

MIT License
115 stars 38 forks source link

UIMenu receives the same input used to open it #88

Closed alexguirre closed 4 years ago

alexguirre commented 4 years ago

When opening a menu with the same input as one of the menu controls sometimes causes the menu control to be activated right when the menu opens, without the user releasing the control. For example, have a list item selected, open a menu with ControllerButtons.DPadRight and sometimes the list item will scroll to the next item.