Method

MksMousemove_to

Declaration [src]

void
mks_mouse_move_to (
  MksMouse* self,
  guint x,
  guint y,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)

Description [src]

Moves to the absolute position at coordinates (x,y).

Parameters

x

Type: guint

The x coordinate.

y

Type: guint

The y coordinate.

cancellable

Type: GCancellable

A GCancellable.

The argument can be NULL.
The data is owned by the caller of the method.
callback

Type: GAsyncReadyCallback

A GAsyncReadyCallback to execute upon completion.

The argument can be NULL.
user_data

Type: gpointer

Closure data for callback.

The argument can be NULL.
The data is owned by the caller of the method.