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
As mentioned in bevyengine/bevy#3570 - There is no simple way of disabling mouse events in Bevy when there is an egui window above the game board.
As a workaround, I might try
Disabling Mouse Click Handlers when a menu button is opened
Resize the game map according to shown UI elements to avoid having buttons above the game board
The text was updated successfully, but these errors were encountered:
Until I have a solution or workaround for that problem, I am going to implement two rows of buttons instead of using dropdown menus. This way, the buttons will not overlap the game board.
As mentioned in bevyengine/bevy#3570 - There is no simple way of disabling mouse events in Bevy when there is an egui window above the game board.
As a workaround, I might try
The text was updated successfully, but these errors were encountered: