Method
MksMouserelease
Declaration [src]
void
mks_mouse_release (
MksMouse* self,
MksMouseButton button,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Parameters
button-
Type:
MksMouseButtonThe
MksMouseButtonthat was released. cancellable-
Type:
GCancellableA
GCancellable.The argument can be NULL.The data is owned by the caller of the function. 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 function.