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

Is Steam overlay possible with the current Electron version? #12

Closed
infidel- opened this issue Apr 21, 2022 · 2 comments
Closed

Is Steam overlay possible with the current Electron version? #12

infidel- opened this issue Apr 21, 2022 · 2 comments

Comments

@infidel-
Copy link

app.commandLine.appendSwitch('in-process-gpu')
app.commandLine.appendSwitch('disable-direct-composition')

I don't see these in the Electron documentation.

@ceifa
Copy link
Owner

ceifa commented Apr 30, 2022

What exactly you don't see? AFAIK these command line arguments are not specific to electron, they are for the chrome.
Steamworks.js works in any version of electron above 12.

@infidel-
Copy link
Author

infidel- commented May 1, 2022

Oh, that explains it, then. I was looking for them in Electron documentation. Anyway, now I've tested it and it works. Thanks for your help.

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

2 participants