Hi
I have a SFML window, when i maximize it, the graphics are scaled to fit the screen with the nearest neighbor algorithm, which looks very bad when desktop resolution isnt a multiple of the window's native size.
Is there a way to force a better quality resampling? (like the one used for textures with smooth enabled?)