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.



113
114
115
116
# File 'lib/x_do/window.rb', line 113

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