Graphical overlay widget without capturing mouse?
alvinhochun opened this issue · 0 comments
alvinhochun commented
I want to make a graphical debug overlay widget that will draw some text, rects and lines over another widget, but it seems that even if I overridden the Widget::is_over
function of the container widget to always return false, the child widgets still capture the mouse. Is there any way to get Conrod to treat the widget to be completely transparent to the mouse and touch?