MCPcopy Create free account
hub / github.com/comaps/comaps / GetTouchRectRadius

Method GetTouchRectRadius

libs/drape_frontend/visual_params.cpp:131–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131uint32_t VisualParams::GetTouchRectRadius() const
132{
133 ASSERT_INITED;
134 float constexpr kRadiusInPixels = 20.0f;
135 return static_cast<uint32_t>(kRadiusInPixels * GetVisualScale());
136}
137
138double VisualParams::GetDragThreshold() const
139{

Callers 6

GetVisiblePOIMethod · 0.80
OnTapMethod · 0.80
OnSingleTouchFiltrateMethod · 0.80
GetDefaultTapRectMethod · 0.80
GetBookmarkTapRectMethod · 0.80

Calls 1

GetVisualScaleFunction · 0.85

Tested by

no test coverage detected