Variable KeyEvent.text

struct KeyEvent
{
  // ...
  string text ;
  // ...
}