Method: Gosu::Window#draw

Defined in:
lib/gosu_android/main-window.rb

#drawObject

Called after every update and when the OS wants the window to repaint itself. Your application’s rendering code goes here.

[View source]

197
# File 'lib/gosu_android/main-window.rb', line 197

def draw; end