MCPcopy Create free account
hub / github.com/antvis/F2Native / OnPanStart

Method OnPanStart

core/graphics/interaction/Pan.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19bool interaction::Pan::OnPanStart(event::Event &event) {
20 this->chart_->interactionContext_->Start();
21 return false;
22}
23
24bool interaction::Pan::OnPan(event::Event &event) {
25 // this->chart_->GetLogTracer()->trace("onPan type: %s direction: %s", event.eventType.data(), event.direction.data());

Callers

nothing calls this directly

Calls 1

StartMethod · 0.80

Tested by

no test coverage detected