xdo_move_mouse

Move the mouse to a specific location.

@param x the target X coordinate on the screen in pixels. @param y the target Y coordinate on the screen in pixels. @param screen the screen (number) you want to move on.

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

Meta