MCPcopy Create free account
hub / github.com/Hopson97/HopsonCraft / input

Method input

Source/States/SMain_Menu.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 }
28
29 void Main_Menu::input( const sf::Event& e)
30 {
31 m_pActiveMenu->input(e);
32 }
33
34 void Main_Menu::input(Camera& camera)
35 { }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected