MCPcopy 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
81void TouchEvent::SetSecondTouch(Touch const & touch)
82{
83 m_touches[1] = touch;
84}
85
86void TouchEvent::PrepareTouches(std::array<Touch, 2> const & previousTouches)
87{

Callers 7

GetTouchEventFunction · 0.80
TouchMethod · 0.80
eventMethod · 0.80
keyPressEventMethod · 0.80
keyReleaseEventMethod · 0.80
MakeTouchEventFunction · 0.80

Calls

no outgoing calls

Tested by 1

MakeTouchEventFunction · 0.64