Fixses mostly unimportant typo in documentation of WindowBase
modified: include/SFML/Window/WindowBase.hpp
This commit is contained in:
parent
0c418dce4d
commit
8737bbe970
@ -157,7 +157,7 @@ public:
|
|||||||
bool isOpen() const;
|
bool isOpen() const;
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \brief Pop the event on top of the event queue, if any, and return it
|
/// \brief Pop the event from top of the event queue, if any, and return it
|
||||||
///
|
///
|
||||||
/// This function is not blocking: if there's no pending event then
|
/// This function is not blocking: if there's no pending event then
|
||||||
/// it will return false and leave \a event unmodified.
|
/// it will return false and leave \a event unmodified.
|
||||||
|
Loading…
Reference in New Issue
Block a user