ax_event_intent.mojom 465 B

12345678910111213141516
  1. // Copyright 2020 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. module ax.mojom;
  5. import "ui/accessibility/ax_enums.mojom";
  6. // See ui::AXEventIntent for documentation.
  7. [Stable, Uuid="8b5d72a9-a584-4c28-8ad1-8b1a45956c7e"]
  8. struct EventIntent {
  9. Command command;
  10. InputEventType input_event_type;
  11. TextBoundary text_boundary;
  12. MoveDirection move_direction;
  13. };