xdo_move_mouse_relative_to_window

Move the mouse to a specific location relative to the top-left corner of a window.

@param x the target X coordinate on the screen in pixels. @param y the target Y coordinate on the screen in pixels.

extern (C) nothrow @nogc
int
xdo_move_mouse_relative_to_window
(
const xdo_t* xdo
,
Window window
,
int x
,
int y
)

Meta