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

Method TouchEvent

libs/map/framework.cpp:1156–1160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1154}
1155
1156void Framework::TouchEvent(df::TouchEvent const & touch)
1157{
1158 if (m_drapeEngine != nullptr)
1159 m_drapeEngine->AddTouchEvent(touch);
1160}
1161
1162void Framework::MakeFrameActive()
1163{

Callers 11

mainFunction · 0.45
TouchMethod · 0.45
eventMethod · 0.45
mousePressEventMethod · 0.45
mouseMoveEventMethod · 0.45
mouseReleaseEventMethod · 0.45
keyPressEventMethod · 0.45
keyReleaseEventMethod · 0.45
mousePressEventMethod · 0.45
mouseMoveEventMethod · 0.45
mouseReleaseEventMethod · 0.45

Calls 1

AddTouchEventMethod · 0.80

Tested by

no test coverage detected