Method: XDo::Window#move_mouse_async

Defined in:
lib/x_do/window.rb

#move_mouse_async(window_x, window_y) ⇒ Object

Moves the mouse in window coordinates.



102
103
104
105
# File 'lib/x_do/window.rb', line 102

def move_mouse_async(window_x, window_y)
  XDo::FFILib.xdo_mousemove_relative_to_window @_xdo_pointer, @_window,
                                               window_x, window_y
end