vchelaru / FlatRedBall

Cross-platform 2D game engine focused on ultimate productivity built in .NET
http://flatredball.com
MIT License
414 stars 66 forks source link

User should not be able to click on objects in the game screen when a modal dialog is shown #1624

Closed vchelaru closed 1 week ago

vchelaru commented 2 weeks ago

This may be difficult to solve, but I think this is happening because Glue is sending whether it is active to the game, and the game is using that to allow selection. I believe Glue is still sending true to the game even if a modal window is up. Perhaps we can check for this somehow? 11_12 15 39