# File lib/rubygame/event_hook.rb, line 102
  def match?( event )
    if (@trigger and @active)
      @trigger.match?( event ) 
    else
      false
    end
  end