Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
void BaseState::Enter(Ndk::StateMachine& /*fsm*/)
21
{
22
m_text.SetVisible(true);
23
DrawMenu();
24
}
25
26
void BaseState::Leave(Ndk::StateMachine& /*fsm*/)
27
{
Callers
nothing calls this directly
Calls
1
SetVisible
Method · 0.45
Tested by
no test coverage detected