# File lib/rubygame/event_triggers.rb, line 232
        def match?( event )
                @block.call( event ) == true
        end