MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / DrawMenu

Method DrawMenu

tests/Engine/Platform/EventHandler/KeyState.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void KeyState::DrawMenu()
32{
33 m_text.SetContent("Clic on a key, this text should change !\nN for alternating event\nM for Menu");
34}
35
36void KeyState::ManageInput(KeyStatus /*isKeyPressed*/, const Nz::WindowEvent::KeyEvent& key, Ndk::StateMachine& fsm)
37{

Callers

nothing calls this directly

Calls 1

SetContentMethod · 0.80

Tested by

no test coverage detected