Method

MksMouserelease

Declaration [src]

void
mks_mouse_release (
  MksMouse* self,
  MksMouseButton button,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)

Description [src]

Releases a mouse button.

Parameters

button

Type: MksMouseButton

The MksMouseButton that was released.

cancellable

Type: GCancellable

A GCancellable.

The argument can be NULL.
The data is owned by the caller of the function.
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 function.