Fixed a few glitches in the documentation

This commit is contained in:
Marco Antognini 2014-04-12 17:24:07 +02:00
parent b868833191
commit 49f2a76d93
4 changed files with 10 additions and 10 deletions

View file

@ -94,7 +94,7 @@ public :
bool loadImageFromStream(InputStream& stream, std::vector<Uint8>& pixels, Vector2u& size);
////////////////////////////////////////////////////////////
/// \bref Save an array of pixels as an image file
/// \brief Save an array of pixels as an image file
///
/// \param filename Path of image file to save
/// \param pixels Array of pixels to save to image

View file

@ -137,7 +137,7 @@ namespace sf {
////////////////////////////////////////////////////////////
/// \brief Compute the position of the cursor
///
/// \param eventOrNil
/// \param eventOrNil if nil the cursor position is the current one
///
////////////////////////////////////////////////////////////
-(NSPoint)cursorPositionFromEvent:(NSEvent*)eventOrNil;