# File lib/rubygame/queue.rb, line 63
    def initialize()
      @autofetch = true
      @ignore = []
      @new_style_events = false
      yield self if block_given?
    end