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_window_get_pid @_xdo_pointer, @_window
end