Class

MksMouse

Description [src]

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

A virtualized QEMU mouse.

Ancestors

Instance methods

mks_mouse_get_is_absolute

Whether the mouse is using absolute movements.

mks_mouse_move_by

Moves the mouse by delta_x and delta_y.

mks_mouse_move_by_finish

Completes a call to mks_mouse_move_by().

mks_mouse_move_by_sync

Synchronously moves the mouse by delta_x and delta_y.

mks_mouse_move_to

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

mks_mouse_move_to_finish

Completes a call to mks_mouse_move_to().

mks_mouse_move_to_sync

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

mks_mouse_press

Presses a mouse button.

mks_mouse_press_finish

Completes a call to mks_mouse_press().

mks_mouse_press_sync

Synchronously press a mouse button.

mks_mouse_release

Releases a mouse button.

mks_mouse_release_finish

Completes a call to mks_mouse_release().

mks_mouse_release_sync

Synchronously releases a mouse button.

Methods inherited from MksDevice (1)
mks_device_get_name

Gets the device name.

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.

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

The device name.

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.

Class structure

struct MksMouseClass {
  /* no available fields */
}

No description available.