Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ SetKineticScrollEnabled
Method
SetKineticScrollEnabled
libs/drape_frontend/user_event_stream.cpp:1288–1294 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1286
}
1287
1288
void UserEventStream::SetKineticScrollEnabled(bool enabled)
1289
{
1290
m_kineticScrollEnabled = enabled;
1291
m_kineticTimer.Reset();
1292
if (!m_kineticScrollEnabled)
1293
m_scroller.Cancel();
1294
}
1295
} // namespace df
Callers
nothing calls this directly
Calls
2
Reset
Method · 0.45
Cancel
Method · 0.45
Tested by
no test coverage detected