move_by_sync


Description:

public bool move_by_sync (int delta_x, int delta_y, Cancellable? cancellable = null) throws Error

Synchronously moves the mouse by delta_x and delta_y.

Parameters:

this

an Mouse

delta_x

the x coordinate delta

delta_y

the y coordinate delta

cancellable

a Cancellable

Returns:

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