Hello, i am using SFML2, and when i resize my window my things get heavily damaged!
I don't remember the right steps to this, even tough i think i did it before!
i've tried setting the Ortho manually, tried to update the view size and viewport. what should i do?
To illustrate the problem better: I have a custom mouse pointer, when i create the window, per say, 500 width, the mouse 0 is window real 0, and the mouse 500 is the window real 500. After resizing, my system cursor can be in 500, and the custom cursor will be in like half of the window, like the view is compacted in there.
Thanks