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

Method OnPinchStart

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

Source from the content-addressed store, hash-verified

17}
18
19bool interaction::Pinch::OnPinchStart(event::Event &event) {
20 this->chart_->interactionContext_->Start();
21 return false;
22}
23
24bool interaction::Pinch::OnPinch(event::Event &event) {
25 auto timestamp = xg::CurrentTimestampAtMM();

Callers

nothing calls this directly

Calls 1

StartMethod · 0.80

Tested by

no test coverage detected