Method: Gosu::Window#update
- Defined in:
- lib/gosu_android/main-window.rb
#update ⇒ Object
Called every update_interval milliseconds while the window is being shown. Your application’s main game logic goes here.
193 |
# File 'lib/gosu_android/main-window.rb', line 193 def update; end |