Function

Atspi-2.0Atspigenerate_mouse_event_async

  • Like atspi_generate_mouse_event, but asynchronous.

    Parameters

    • x: number | bigint

      a glong indicating the screen x coordinate of the mouse event.

    • y: number | bigint

      a glong indicating the screen y coordinate of the mouse event.

    • name: string

      a string indicating which mouse event to be synthesized (e.g. "b1p", "b1c", "b2r", "rel", "abs").

    • callback: GenerateMouseEventCB

      a callback to be called when a reply is received. May be NULL.

    Returns void

    GLib.Error