Slightly adapted window focus documentation

This commit is contained in:
Jan Haller 2014-05-03 14:25:00 +02:00
parent 85291debb4
commit 6a24eb5eec
6 changed files with 10 additions and 11 deletions

View file

@ -330,7 +330,7 @@ public:
virtual bool requestFocus();
////////////////////////////////////////////////////////////
/// \brief Determine whether the window has the input focus
/// \brief Check whether the window has the input focus
///
/// \return True if window has focus, false otherwise
///

View file

@ -176,7 +176,7 @@ namespace sf {
-(BOOL)requestFocus;
////////////////////////////////////////////////////////////
/// \brief Determine whether the window has the input focus
/// \brief Check whether the window has the input focus
///
/// \return True if window has focus, false otherwise
///

View file

@ -164,7 +164,7 @@ public:
virtual bool requestFocus();
////////////////////////////////////////////////////////////
/// \brief Determine whether the window has the input focus
/// \brief Check whether the window has the input focus
///
/// \return True if window has focus, false otherwise
///

View file

@ -163,7 +163,7 @@ public:
virtual bool requestFocus();
////////////////////////////////////////////////////////////
/// \brief Determine whether the window has the input focus
/// \brief Check whether the window has the input focus
///
/// \return True if window has focus, false otherwise
///

View file

@ -204,7 +204,7 @@ public:
virtual bool requestFocus() = 0;
////////////////////////////////////////////////////////////
/// \brief Determine whether the window has the input focus
/// \brief Check whether the window has the input focus
///
/// \return True if window has focus, false otherwise
///