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