Method: XDo::Window#move_raw_async
- Defined in:
- lib/x_do/window.rb
#move_raw_async(x, y) ⇒ Object
Asks X to move this window to a new position.
78 79 80 |
# File 'lib/x_do/window.rb', line 78 def move_raw_async(x, y) XDo::FFILib.xdo_move_window @_xdo_pointer, @_window, x, y end |