Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI remains visible after game is closed #15

Open
valarnin opened this issue Feb 14, 2021 · 4 comments
Open

UI remains visible after game is closed #15

valarnin opened this issue Feb 14, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@valarnin
Copy link

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.

@Zeffuro
Copy link
Owner

Zeffuro commented Feb 14, 2021

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

@Zeffuro
Copy link
Owner

Zeffuro commented Mar 12, 2021

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.

@Zeffuro Zeffuro added the enhancement New feature or request label Mar 12, 2021
@PsiloCA
Copy link

PsiloCA commented Jul 30, 2021

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

@Zeffuro
Copy link
Owner

Zeffuro commented Jul 30, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants