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

Method Enter

tests/Engine/Platform/EventHandler/BaseState.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20void BaseState::Enter(Ndk::StateMachine& /*fsm*/)
21{
22 m_text.SetVisible(true);
23 DrawMenu();
24}
25
26void BaseState::Leave(Ndk::StateMachine& /*fsm*/)
27{

Callers

nothing calls this directly

Calls 1

SetVisibleMethod · 0.45

Tested by

no test coverage detected