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).
This method completes asynchronously. Use mks_mouse_move_to_finish() inside the GAsyncReadyCallback to obtain the result of the operation.
Parameters
x-
Type:
guintThe x coordinate.
y-
Type:
guintThe y coordinate.
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.