So I looked through the tutorials, forum, etc and didn't seem to find anything that answered this. I'm currently rendering my sfml window at 1280 x 720. When you press the fullscreen button I max out the resolution and update the render windows view, which works on everything except my tgui components.
They seem to scale and not resize, button events also no longer work for where they are currently located (mouse over works for their old locations. I was sending true into draw() so the view reset. If i do not pass that it seems to still render in the same location and work correctly. The biggest thing is then if I want the UI to re-position based on the resolution do i need to make another view just for the UI? or what is the correct way / best way to handle this?