# File lib/rubygame/event_triggers.rb, line 164 def match?( event ) @triggers.any? { |trigger| trigger.match? event } end