Hi guys,
I want to have a scrollable window in my game (for instance to display an inventory).
I'd setup my own InvWindow class which will be part of my Gui class. For the scrollable part of the window i'm assuming i'd best use a separate sf::view to display the items in.
Is this assumption correct or is this the wrong way to go about?