MCPcopy 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
92void 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

closeFunction · 0.85
inputMethod · 0.45

Tested by

no test coverage detected