How can I ignore “Pressed” event (or Clicked) in Button widget?
I need only possibility to focus in Button.
If you want to ignore the events then you can call unbind all for the unwanted event on a button
if you want to ignore the visual aspect then you could override the style. (OFC you can just pass in a variable with the style defined inside of the widget)
I guess, I’m doing something wrong. Linked event “Unbind all events from on Clicked” with Event Construct. But still Doesn’t work.
I created specific event for LMB and RMB.
When I focus on the button, I can use RMB, but still can’t use LMB =(
I know about onclicked, but don’t wanna use, cause also wanna create controle for a gamepad.