RichoDemus / bevy-console

MIT License
285 stars 63 forks source link

is_pointer_over_area() doesn't work for the console #28

Closed brandon-reinhart closed 1 year ago

brandon-reinhart commented 2 years ago
    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.

brandon-reinhart commented 2 years ago

I believe fixed in #29