xdo_move_mouse_relative

Move the mouse relative to it's current position.

@param x the distance in pixels to move on the X axis. @param y the distance in pixels to move on the Y axis.

extern (C) nothrow @nogc
int
xdo_move_mouse_relative
(
const xdo_t* xdo
,
int x
,
int y
)

Meta