Method: XDo::Mouse#wait_for_move_from

Defined in:
lib/x_do/mouse.rb

#wait_for_move_from(x, y) ⇒ Object

Blocks until the mouse moves away from a position on screen.



60
61
62
# File 'lib/x_do/mouse.rb', line 60

def wait_for_move_from(x, y)
  XDo::FFILib.xdo_mouse_wait_for_move_from @_xdo_pointer, x, y
end