Method: Gosu::Window#update
- Defined in:
- rdoc/gosu.rb
#update ⇒ void
This method returns an undefined value.
This method is called once every #update_interval milliseconds while the window is being shown. Your application’s main logic should go here.
881 |
# File 'rdoc/gosu.rb', line 881 def update; end |