Hello dear forum : )
I just found out, that the window does not update during resize.
So I did some research and this seems to be because SFML goes into an infinite loop.
Hence there is no solution to this.
But is there really nothing to do? I heard using another thread would be a solution, but that sounds like an extreme solution.
How much change would SFML need to go through to make this behaviour work as expected (screen shows what actually should be shown when resizing)?
Is switching the event-polling to maybe an observer-pattern a solution?
Anything that could be done? Even if it ends up in editing SFML.
I really would not want to switch my libraries just because of this, as I pretty much love SFML! : )
Thanks for taking your time reading my thread, have a great week!