Variable KeyboardEvent.pressed

struct KeyboardEvent
{
  // ...
  bool pressed ;
  // ...
}