Variable InputEventKeyboard.held

Whether the key was already pressed before this event.

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