Method: Gosu::Window#draw
- Defined in:
- lib/gosu_android/main-window.rb
permalink #draw ⇒ Object
Called after every update and when the OS wants the window to repaint itself. Your application’s rendering code goes here.
197 |
# File 'lib/gosu_android/main-window.rb', line 197 def draw; end |