Hi!
I configure the buttons and cannot figure out how to disable the basic behavior when Howered or Pressed in the window in details->appearance->style. I added these functions through C ++ because hovering or clicking invokes other methods and interacts with the button in a more complex form, but this does not work as the basic behavior of the button sets its own style.
If you really don’t want anything to happen when you hover and click on the button, you should not be using the button at all. Its purpose is to be clicked and hovered.
If your only complaint is the fact that the visuals change, set all three states to look the same.
I solved this problem by transferring all the styles to another image, so the button itself has a completely transparent background and does not change its style at all when clicking or hovering, it just catches the event onclicked