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