You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: