send_event_sync


Description:

public bool send_event_sync (TouchEventKind kind, uint64 num_slot, double x, double y, Cancellable? cancellable = null) throws Error

Synchronously send a touch event.

Parameters:

this

a `MksTouchable`

kind

the event kind

num_slot

the slot number

x

the x absolute coordinate

y

the y absolute coordinate

cancellable

a Cancellable

Returns:

true if the operation was acknowledged by the QEMU instance; otherwise false and throws is set.