Method: XDo::Mouse#move_async

Defined in:
lib/x_do/mouse.rb

#move_async(x, y, screen) ⇒ Object

Queues a mouse move request to the X server.



41
42
43
# File 'lib/x_do/mouse.rb', line 41

def move_async(x, y, screen)
  XDo::FFILib.xdo_mousemove @_xdo_pointer, x, y, screen
end