Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ pollEvent
Method
pollEvent
src/Core/System/Window.cpp:114–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
bool Window::pollEvent(sf::Event& event)
115
{
116
return m_window.pollEvent(event);
117
}
118
119
void Window::setTitle(const std::string& title)
120
{
Callers
1
handleWindowEvents
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected