cfyzium / bearlibterminal

Interface library for applications with text-based console-like output
Other
119 stars 18 forks source link

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

Open SynedraAcus opened 3 years ago

SynedraAcus commented 3 years ago

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 commented 3 years ago

Some potentially relevant discussion is available in this Reddit thread.