Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ UpdateLastScreen
Method
UpdateLastScreen
libs/drape_frontend/animation_system.cpp:67–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
} // namespace
66
67
void AnimationSystem::UpdateLastScreen(ScreenBase const & currentScreen)
68
{
69
m_lastScreen = currentScreen;
70
}
71
72
bool AnimationSystem::GetScreen(ScreenBase const & currentScreen, ScreenBase & screen)
73
{
Callers
1
user_event_stream.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected