MCPcopy Create free account
hub / github.com/comaps/comaps / EndDoubleTapAndHold

Method EndDoubleTapAndHold

libs/drape_frontend/user_event_stream.cpp:1269–1276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1267}
1268
1269void UserEventStream::EndDoubleTapAndHold(Touch const & touch)
1270{
1271 TEST_CALL(END_DOUBLE_TAP_AND_HOLD);
1272 ASSERT_EQUAL(m_state, STATE_DOUBLE_TAP_HOLD, ());
1273 m_state = STATE_EMPTY;
1274 if (m_listener)
1275 m_listener->OnScaleEnded();
1276}
1277
1278bool UserEventStream::IsInUserAction() const
1279{

Callers

nothing calls this directly

Calls 1

OnScaleEndedMethod · 0.45

Tested by

no test coverage detected