Variable KeyEvent.sym

struct KeyEvent
{
  // ...
  KeySym sym ;
  // ...
}