# File lib/rubygame/event_triggers.rb, line 297
        def match?( event )
                event.instance_of?( @klass )
        end