Quote Originally Posted by grudzio
There is a comment in SDL docs, that on win32 SDL_VIDEO_CENTERED should be set before sdl window is created. Maybe this is the same issue with SDL_VIDEO_POS? Anyway, we can use fullscreen mode and the problem is gone. Or better to say - covered
I would say yes for certain. I would assume that SDL reads the environment variables on initialization of the window and not each "tick".