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

Method GetDragThreshold

libs/drape_frontend/visual_params.cpp:138–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138double VisualParams::GetDragThreshold() const
139{
140 ASSERT_INITED;
141 double constexpr kDragThresholdInPixels = 10.0;
142 return kDragThresholdInPixels * GetVisualScale();
143}
144
145double VisualParams::GetScaleThreshold() const
146{

Callers 1

UserEventStreamMethod · 0.80

Calls 1

GetVisualScaleFunction · 0.85

Tested by

no test coverage detected