Fixes Typo in documentation of WindowBase
modified: include/SFML/Window/WindowBase.hpp
This commit is contained in:
parent
8737bbe970
commit
7074849814
@ -157,7 +157,7 @@ public:
|
|||||||
bool isOpen() const;
|
bool isOpen() const;
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \brief Pop the event from top of the event queue, if any, and return it
|
/// \brief Pop the next event from the front of the FIFO 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