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