move_by


Description:

public async bool move_by (int delta_x, int delta_y, Cancellable? cancellable) throws Error

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

callback

a TaskReadyCallback to execute upon completion

user_data

closure data for callback