Method: Canis::Window#get_window
- Defined in:
- lib/canis/core/system/window.rb
#get_window ⇒ Object
This used to return an Ncurses window object, and you could call methods on it Now it returns a FFI::NCurses.window pointer which you cannot call methods on. You have to pass it to FFI::NCurses.<method>
710 |
# File 'lib/canis/core/system/window.rb', line 710 def get_window; @window; end |