Variable KeyEvent.code

struct KeyEvent
{
  // ...
  KeyCode code ;
  // ...
}