Variable KeyEvent._text

entered text

class KeyEvent
{
  // ...
  dstring _text;
  // ...
}