notify the Terminal about a pan start
@override void onPanStart(Position position) { _sendPort?.send([_IsolateCommand.mousePanStart, position]); }