Method: Ruby2D::Window#update
- Defined in:
- lib/ruby2d/window.rb
#update(&proc) ⇒ Object
120 121 122 123 |
# File 'lib/ruby2d/window.rb', line 120 def update(&proc) @update_proc = proc true end |
120 121 122 123 |
# File 'lib/ruby2d/window.rb', line 120 def update(&proc) @update_proc = proc true end |