Disable mouse input when over widget

In the widget, override onMouseDown, check if it’s RMB and then pass Handled. This way the widgets will consume RMB input and the PC will be unable to detect it.

5 Likes