UI Widget Right Click

You know how when you add a button to a widget, you have the green cross things to add on click on press etc. I would really love to see extras of those to say on right click and on right pressed for the right mouse button. Please and thank you.

There should be a function you can overwrite in a widget like “OnKeyPressed”. You can filter the even for the button. Create a base widget, delete the widget tree, create a dispatcher that fires in that case, inherit all other widgets from it.

(You should always have a base widget all others inherit from)