Method: XDo::Window#pid

Defined in:
lib/x_do/window.rb

#pidObject

The PID of the process owning the window.



22
23
24
# File 'lib/x_do/window.rb', line 22

def pid
  XDo::FFILib.xdo_get_pid_window @_xdo_pointer, @_window
end