Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hopson97/HopsonCraft
/ handleEvents
Method
handleEvents
Source/Application.cpp:92–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
void Application::handleEvents(const sf::Event& e)
93
{
94
if (e.type == sf::Event::Closed)
95
{
96
Display::close();
97
}
98
m_states.back()->input(e);
99
}
100
Callers
nothing calls this directly
Calls
2
close
Function · 0.85
input
Method · 0.45
Tested by
no test coverage detected