Variable InputEventKeyboard.pressed

Whether the key was just pressed. If false, the key is being held *or* was just released

class InputEventKeyboard
{
  // ...
  const(bool) pressed ;
  // ...
}