-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
No "--window" option #666
Comments
Apparently this option hasn't yet been added to the SDL2 build.py. You can use it with SDL2 by adding the code (a PR for this would be welcome), or possibly by doing it at runtime with pyjnius (though that's undesirable). The option still exists when |
On the first look, it seems that this line:
should be added here. |
Looks good. You'd also need to add the --window option in the build.py, I think. |
Should be fixed by the merged PR above, thanks. |
Doing:
with SDL2 as bootstrap raises error:
Is there another way to set windowed mode?
The text was updated successfully, but these errors were encountered: