_wheel(evt) {
    this.setPointersPositions(evt);
    var shape = this.getIntersection(this.getPointerPosition()!);

    if (shape && shape.isListening()) {