Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ SetFirstTouch
Method
SetFirstTouch
libs/drape_frontend/user_event_stream.cpp:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
#endif
75
76
void TouchEvent::SetFirstTouch(const Touch & touch)
77
{
78
m_touches[0] = touch;
79
}
80
81
void TouchEvent::SetSecondTouch(Touch const & touch)
82
{
Callers
7
GetTouchEvent
Function · 0.80
Touch
Method · 0.80
event
Method · 0.80
keyPressEvent
Method · 0.80
keyReleaseEvent
Method · 0.80
GetDfTouchEventFromQMouseEvent
Method · 0.80
MakeTouchEvent
Function · 0.80
Calls
no outgoing calls
Tested by
1
MakeTouchEvent
Function · 0.64