chromium/ui/accessibility/mojom/ax_event_intent.mojom

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

module ax.mojom;

import "ui/accessibility/ax_enums.mojom";

// See ui::AXEventIntent for documentation.
[Stable, Uuid="8b5d72a9-a584-4c28-8ad1-8b1a45956c7e"]
struct EventIntent {
  Command command;
  InputEventType input_event_type;
  TextBoundary text_boundary;
  MoveDirection move_direction;
};