@override void onTouchMove(final Point<int> startPos, final Point<int> endPos) { _touchMoveCallback?.call(startPos, endPos); }