Zeffuro/ZeffUI

UI remains visible after game is closed

valarnin opened this issue · 4 comments

After the game is closed, the UI remains visible. I'm not sure if there's an event you can hook in OverlayPlugin for this currently, and it's not really a big deal, but wanted to get it on the issue tracker.

Thanks for opening the issue, will check if there's anything I can use tomorrow!

Currently there seems to be the following 1 events I could potentially use

onGameExistsEvent onGameActiveChangedEvent

I'm not entirely sure though if these are recommended.

Only other thing that's holding me back from implementing is that during the initial setup it's pretty useful to see the overlay when the game is off.
Will need to think of the cleanest way to deal with this.

Not sure if there is also a setting to keep the overlays UP when the game is not the focus. in a multi monitor situation for example. clicking outside of the game window and it vanishes. then when the game is closed completely it shows up again :P

Not sure if there is also a setting to keep the overlays UP when the game is not the focus. in a multi monitor situation for example. clicking outside of the game window and it vanishes. then when the game is closed completely it shows up again :P

Those are default options in OverlayPlugin
Advanced_Combat_Tracker_2021-07-30_17-15-01