Renamed Window::GetEvent to PollEvent
This commit is contained in:
parent
bacb698f1a
commit
df6874273a
20 changed files with 32 additions and 32 deletions
|
@ -204,7 +204,7 @@ const ContextSettings& Window::GetSettings() const
|
|||
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
bool Window::GetEvent(Event& event)
|
||||
bool Window::PollEvent(Event& event)
|
||||
{
|
||||
if (myWindow && myWindow->PopEvent(event, false))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue