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
)
Parameters
delta_x-
Type:
intThe x coordinate delta.
delta_y-
Type:
intThe y coordinate delta.
cancellable-
Type:
GCancellableA
GCancellable.The argument can be NULL.The data is owned by the caller of the method. callback-
Type:
GAsyncReadyCallbackA
GAsyncReadyCallbackto execute upon completion.The argument can be NULL. user_data-
Type:
gpointerClosure data for
callback.The argument can be NULL.The data is owned by the caller of the method.