# File lib/rubygame/event_triggers.rb, line 495
        def match?( event )
                event.kind_of?( @kind )
        end