Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antvis/F2Native
/ onPinchEnd
Method
onPinchEnd
core/graphics/interaction/Pinch.cpp:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
bool interaction::Pinch::onPinchEnd(event::Event &event) {
44
this->chart_->interactionContext_->UpdateTicks();
45
return false;
46
}
Callers
nothing calls this directly
Calls
1
UpdateTicks
Method · 0.80
Tested by
no test coverage detected