xdo_wait_for_mouse_move_from

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

@param origin_x the X position you expect the mouse to move from @param origin_y the Y position you expect the mouse to move from

extern (C) nothrow @nogc
int
xdo_wait_for_mouse_move_from
(
const xdo_t* xdo
,,)

Meta