Class

MksTouchable

Description [src]

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

A virtualized QEMU touch device.

Ancestors

Instance methods

mks_touchable_get_max_slots

Returns the maximum number of slots.

mks_touchable_send_event

Send a touch event.

mks_touchable_send_event_finish

Completes a call to mks_touchable_send_event().

mks_touchable_send_event_sync

Synchronously send a touch event.

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

The maximum number of slots.

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