-
Notifications
You must be signed in to change notification settings - Fork 38
Frame Drop from not being window focus FFXIV #59
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
Comments
Which overlay are you using? |
Just a quick test: If you click the ACTWS checkbox and then enable |
Okay, that means I messed that setting up for non-ACTWS overlays. It should be enabled by default for those. I'll fix it with the next update. |
There is something weird going on here. I was writing my player bar plugin but without checking 'ACTWS Compatibility' I was not able to gain focus on any of the input fields. When I did checked it, suddenly all of my inputs started working properly. Then after unclicking it (unchecking) inputs still worked. I do have this piece of code that suppose to enable focus when user enters config mode: toggleSettings() {
console.log('toggle config');
this.configVisible = !this.configVisible;
(window as any).OverlayPluginApi.setAcceptFocus(this.configVisible);
} But it doesn't seems to be working at all. |
Before these updates, everytime I clicked in my dps meter, i could change the size, click on settings and refresh etc without getting frame drops, now everytime I click at it the FFXIV gets frame drops like it isn't the focus window anymore, like alt + tab.
The text was updated successfully, but these errors were encountered: