*important* sf::Rect now uses Width/Height instead of Right/Bottom
Removed Offset, GetSize and GetCenter functions from sf::Rect Added a sf::Rect constructor taking two Vector2 parameters Updated the API documentation of the sf::Rect class git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1503 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
ae2ae15e12
commit
082a928555
11 changed files with 205 additions and 196 deletions
|
@ -39,7 +39,7 @@ namespace sf
|
|||
class IpAddress;
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
/// \li A FTP client
|
||||
/// \brief A FTP client
|
||||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
class SFML_API Ftp : NonCopyable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue