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

Fullscreen is scaled when triggered by Alt-Enter, does not when triggered from the code #5

Open
SynedraAcus opened this issue Oct 14, 2020 · 1 comment

Comments

@SynedraAcus
Copy link

When entering fullscreen mode via pressing Alt-Enter, the application is scaled to fill the screen. When, on the other hand, window.fullscreen is set to true from within the application, it just blacks out the surroundings of the window, while the app stays the same size in pixels (window.resiseable is disabled in my game, so TK_RESIZED is not emitted).

I have observed this behaviour when running a Python game on Linux Mint 19 x64, but redditor /u/cornlord has reproduced it with this C code on Void Linux.

@SynedraAcus
Copy link
Author

Some potentially relevant discussion is available in this Reddit thread.

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

1 participant