RichoDemus/bevy-console

is_pointer_over_area() doesn't work for the console

Closed this issue · 1 comments

    egui_context.ctx_mut().is_pointer_over_area()

Appears to not recognize the console. This was also recently not working for bevy_inspector_egui but works now, so I suspect this is a console bug.

I believe fixed in #29