# File lib/rubygame/screen.rb, line 244
  def flip
    SDL.Flip( @struct )
    self
  end