Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: SFML 2.0 Suggestion (tiny)  (Read 2700 times)

0 Members and 1 Guest are viewing this topic.

BytePilot

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
SFML 2.0 Suggestion (tiny)
« on: April 28, 2012, 12:16:53 am »
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.




 

anything