Class

MksMouse

unstable since: 1

Description [src]

final class Mks.Mouse : Mks.Device
{
  /* No available fields */
}

A virtualized QEMU mouse.

Available since: 1

Ancestors

Instance methods

mks_mouse_get_is_absolute

Whether the mouse is using absolute movements.

unstable since: 1

mks_mouse_move_by

Moves the mouse by delta_x and delta_y.

unstable since: 1

mks_mouse_move_by_finish

Completes a call to mks_mouse_move_by().

unstable since: 1

mks_mouse_move_by_sync

Synchronously moves the mouse by delta_x and delta_y.

unstable since: 1

mks_mouse_move_to

Moves to the absolute position at coordinates (x,y).

unstable since: 1

mks_mouse_move_to_finish

Completes a call to mks_mouse_move_to().

unstable since: 1

mks_mouse_move_to_sync

Synchronously moves to the absolute position at coordinates (x,y).

unstable since: 1

mks_mouse_press

Presses a mouse button.

unstable since: 1

mks_mouse_press_finish

Completes a call to mks_mouse_press().

unstable since: 1

mks_mouse_press_sync

Synchronously press a mouse button.

unstable since: 1

mks_mouse_release

Releases a mouse button.

unstable since: 1

mks_mouse_release_finish

Completes a call to mks_mouse_release().

unstable since: 1

mks_mouse_release_sync

Synchronously releases a mouse button.

unstable since: 1

Methods inherited from MksDevice (1)
mks_device_get_name

Gets the device name.

unstable since: 1

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Mks.Mouse:is-absolute

Whether the mouse is using absolute movements.

unstable since: 1

Properties inherited from MksDevice (1)
Mks.Device:name

The device name.

unstable since: 1

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

unstable since: 2.0

Class structure

struct MksMouseClass {
  /* no available fields */
}
No description available.