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

Method onClick

core/graphics/interaction/Tap.cpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15const std::string interaction::Tap::onClick(event::Event &event) {
16 util::Point point = event.points[0];
17 const std::string ret = this->handleClick(point);
18 return ret;
19}
20
21const std::string interaction::Tap::handleClick(const util::Point &point) {
22 util::Point _point = point;

Callers

nothing calls this directly

Calls 1

handleClickMethod · 0.95

Tested by

no test coverage detected