Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1156
void Framework::TouchEvent(df::TouchEvent const & touch)
1157
{
1158
if (m_drapeEngine != nullptr)
1159
m_drapeEngine->AddTouchEvent(touch);
1160
}
1161
1162
void Framework::MakeFrameActive()
1163
{
Callers
11
main
Function · 0.45
Touch
Method · 0.45
event
Method · 0.45
mousePressEvent
Method · 0.45
mouseMoveEvent
Method · 0.45
mouseReleaseEvent
Method · 0.45
keyPressEvent
Method · 0.45
keyReleaseEvent
Method · 0.45
mousePressEvent
Method · 0.45
mouseMoveEvent
Method · 0.45
mouseReleaseEvent
Method · 0.45
Calls
1
AddTouchEvent
Method · 0.80
Tested by
no test coverage detected