Hi,
I have a UIImageButton with a UIButtonKeyBinding. When I disable the button (isEnabled = false), I can no longer trigger a button press with a mouse / touch event but the key will still trigger the press event (and the sprite changes from disabled to pressed). I guess this is because only the button's collider is disabled. Is this intended behaviour?