I want to render my game in a small surface, and next, scaling it to fullscreen ... there's a way to render my game in a another small surface? (not the window surface)
I try using the RenderWindow, but the surface was scaled relative to window size, so this is a bit annoying. :?
Any suggestion?