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