# File lib/rubygame/events/keyboard_events.rb, line 95
      def initialize( key, modifiers=[], string="" )
        super( key, modifiers )

        @string = string.to_str.dup
        @string.freeze

      end