A getSize() function on sf::Rect<T> returning an sf::Vector2<T> containing Width and Height.
Or better still the Rect class to be built of a Vector2 mPos and a Vector2 mSize rather than 4 named members.
Also, whilst I'm here.
Many thanks, this is a lovely libset to work with.