MCPcopy 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
76void TouchEvent::SetFirstTouch(const Touch & touch)
77{
78 m_touches[0] = touch;
79}
80
81void TouchEvent::SetSecondTouch(Touch const & touch)
82{

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