It might not be a bug but I know of no other way to do what I’m doing and its not working properly, so Please enlighten me if so.
I’m on 4.19 and if I make left or right mouse button clicks they are registered perfectly fine normally, but after adding a widget to my viewport my right and left Pressed mouse click events require a double click?
If I click slowly nothing, I cant even get a print string to say hello, I have to double click rapidly to get the pressed event to fire, but releasing weirdly enough works fine every time. The problem persists even if I try collapsing or hiding or removing the widget from parent.
I’m making sure the canvas panels visibility is set to non hit testable…am I missing something here?