Function

Atspigenerate_mouse_event_async

Declaration [src]

void
atspi_generate_mouse_event_async (
  glong x,
  glong y,
  const gchar* name,
  AtspiGenerateMouseEventCB callback,
  void* callback_data,
  GError** error
)

Description [src]

Like atspi_generate_mouse_event, but asynchronous.

Parameters

x glong
 

A #glong indicating the screen x coordinate of the mouse event.

y glong
 

A #glong indicating the screen y coordinate of the mouse event.

name const gchar*
 

A string indicating which mouse event to be synthesized (e.g. “b1p”, “b1c”, “b2r”, “rel”, “abs”).

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
callback AtspiGenerateMouseEventCB
 

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

 The argument can be NULL.
callback_data void*
 

Data to be passed to callback.

 The argument can be NULL.
 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.