Method: XDo::Window#raise
- Defined in:
- lib/x_do/window.rb
#raise ⇒ Object
Moves the window at the top of the stack, making it visible.
17 18 19 |
# File 'lib/x_do/window.rb', line 17 def raise XDo::FFILib.xdo_raise_window @_xdo_pointer, @_window end |