Class

MksTouchable

unstable since: 1

Description [src]

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

A virtualized QEMU touch device.

Available since: 1

Ancestors

Instance methods

mks_touchable_get_max_slots

Returns the maximum number of slots.

unstable since: 1

mks_touchable_send_event

Send a touch event.

unstable since: 1

mks_touchable_send_event_finish

Completes a call to mks_touchable_send_event().

unstable since: 1

mks_touchable_send_event_sync

Synchronously send a touch event.

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.Touchable:max-slots

The maximum number of slots.

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 MksTouchableClass {
  /* no available fields */
}
No description available.