Method: Gosu::Window#do_tick

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

#do_tickObject



317
318
319
320
321
322
323
324
325
# File 'lib/gosu_android/main-window.rb', line 317

def do_tick
  @input.update
  self.update
  @input.clear
  @graphics.begin(Color::BLACK)
  self.draw
  @graphics.end
  @surface_view.request_render
end