getCursorScreenPositions() {
    return this.getCursors().map(cursor => cursor.getScreenPosition());
  }