Hi,
I’d like to be able to disable a button, but have the visual display the button like it does when the button is being pushed. This will indicate to the user that it is not available to press.
Currently, using button:setEnabled(false) just turns off the event listener for touch events and doesn’t actually change how the button looks.