MCPcopy 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
67void AnimationSystem::UpdateLastScreen(ScreenBase const & currentScreen)
68{
69 m_lastScreen = currentScreen;
70}
71
72bool AnimationSystem::GetScreen(ScreenBase const & currentScreen, ScreenBase & screen)
73{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected