Hello,
I am using the Lyra project and would like to be able to right click to back out of a menu. Ideally alongside being able to press escape as well. I’ve been digging into CommonUI quite a bit and learned about the data tables (such as DT_UniversalActions) which allow me to change commands (like from escape to a mouse button). But what I’m finding is that mouse commands will just never go through.
In CPP I was able to track it down to a function in CommonUIActionRouterBase called ProcessInputs. There I can see it getting the mouse click input then deciding to block it at the very end for…some reason I don’t understand. I’ve tried the widget having mouse capture or not, and allowing game and menu input configs. But it seems to always be blocked while the mouse cursor is visible.
Anyone know how to set this up so the mouse inputs won’t get blocked?