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