Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ SetSecondTouch
Method
SetSecondTouch
libs/drape_frontend/user_event_stream.cpp:81–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
void TouchEvent::SetSecondTouch(Touch const & touch)
82
{
83
m_touches[1] = touch;
84
}
85
86
void TouchEvent::PrepareTouches(std::array<Touch, 2> const & previousTouches)
87
{
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