Method

MksMousemove_by

Declaration [src]

void
mks_mouse_move_by (
  MksMouse* self,
  int delta_x,
  int delta_y,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)

Description [src]

Moves the mouse by delta_x and delta_y.

Parameters

delta_x

Type: int

The x coordinate delta.

delta_y

Type: int

The y coordinate delta.

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.