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

Method DrawMenu

tests/Engine/Platform/EventHandler/MouseClickState.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void MouseClickState::DrawMenu()
44{
45 m_text.SetContent("Click in the windows, this text should change !\nM for Menu");
46}
47
48void MouseClickState::ManageInput(MouseStatus mouseStatus, const Nz::WindowEvent::MouseButtonEvent& mouse, Ndk::StateMachine& /*fsm*/)
49{

Callers

nothing calls this directly

Calls 1

SetContentMethod · 0.80

Tested by

no test coverage detected