Slightly adapted window focus documentation
This commit is contained in:
parent
85291debb4
commit
6a24eb5eec
6 changed files with 10 additions and 11 deletions
|
@ -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
|
||||
///
|
||||
|
|
|
@ -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
|
||||
///
|
||||
|
|
|
@ -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
|
||||
///
|
||||
|
|
|
@ -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
|
||||
///
|
||||
|
|
|
@ -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
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue