I’m using a very simple UI Widget (based on the one that is created by default), and I set it of type = “World”.
If I use the mouse to do a “click” event on the button, it works.
If I use the Stadia controller to do a “Click” event on the button, it does not work. Event is not captured.
I attach two screenshots:
- Relevant portion of the code of the UI Widget.
- How I use the button, and how it shows the logs, but only for the mouse. Those are shown only when click is pressed with the mouse, not with the controller.
Is this a bug?