Hi Again!
I'm trying to use UIKeyBinding to assign keyboard buttons to hot-bar buttons.
I have everything working properly, however it seems that when I use UIKeyBinding to "Press And Click" a button, another button that is currently "Selected" does not execute its OnSelect(false) callback.
The OnSelect(false) callback executes properly when another button is clicked with the mouse, but not through the UIKeyBinding.
Any hints on why this is occuring?