class InjectPointerEventAction
Defined at line 15 of file ../../src/ui/a11y/lib/screen_reader/inject_pointer_event_action.h
The InjectPointerEventAction allows users to send gestures directly to the
underlying application.
Public Methods
void InjectPointerEventAction (ActionContext * action_context, ScreenReaderContext * screen_reader_context)
Defined at line 32 of file ../../src/ui/a11y/lib/screen_reader/inject_pointer_event_action.cc
void ~InjectPointerEventAction ()
Defined at line 36 of file ../../src/ui/a11y/lib/screen_reader/inject_pointer_event_action.cc
void Run (a11y::gesture_util_v2::GestureContext gesture_context)
Invokes the inject pointer event action, injecting a pointer event into the
currently focused view.
Defined at line 38 of file ../../src/ui/a11y/lib/screen_reader/inject_pointer_event_action.cc