Hi, i released an “Advanced Input” package, enabling listening for UINav buttons (stuff like arrow keys, escape, F1, left thumbstick, etc etc).
UINav-buttons will call the lua function OnUIInput(button),
LocalOnButtonPressed will call the lua function UIOnButtonPressed(button),
LocalOnButtonReleased will call the lua function UIOnButtonReleased(button).
This package also captures user input while having widgets enabled that use a cursor!
Edt.: Also enables capturing the scroll wheel