xdo_wait_for_mouse_move_to

Wait for the mouse to move to a location. This function will block until the condition has been satisfied.

@param dest_x the X position you expect the mouse to move to @param dest_y the Y position you expect the mouse to move to

extern (C) nothrow @nogc
int
xdo_wait_for_mouse_move_to
(
const xdo_t* xdo
,
int dest_x
,
int dest_y
)

Meta