HydrolienF / Kokcinelo

Game of a ladybug that eat aphids
https://formiko.fr/kokcinelo
Other
1 stars 1 forks source link

Screenshot from OS may fail #177

Open HydrolienF opened 1 year ago

HydrolienF commented 1 year ago

Some screenshot don't work when game window is in full screen || ( in windowed full screen && take all the screen size) Screenshot make frame lost focus (causing short black screen) & sometimes take a screenshot of the background behind the game.

As a user it's really anoying.

I thaugth the only solution was to use windowed mode, but It seem's that https://github.com/yairm210/Unciv manage to make screenshot work when in fullscreen mode (no black screen / no screenshot of background) using Lwjgl3Application to.

So to investigate.