Skip to content

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

Closed
kyouch opened this issue Nov 26, 2019 · 4 comments
Closed

Frame Drop from not being window focus FFXIV #59

kyouch opened this issue Nov 26, 2019 · 4 comments

Comments

@kyouch
Copy link

kyouch commented Nov 26, 2019

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.

@ngld
Copy link
Owner

ngld commented Nov 27, 2019

Which overlay are you using?

@ngld
Copy link
Owner

ngld commented Nov 27, 2019

Just a quick test: If you click the ACTWS checkbox and then enable No Focus, does it behave as expected?

@ngld
Copy link
Owner

ngld commented Nov 27, 2019

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.

@ngld ngld closed this as completed in aff8424 Dec 4, 2019
@pwilkowski
Copy link

pwilkowski commented Jul 11, 2021

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.

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

No branches or pull requests

3 participants