Function KeyEvent.this

create key event

this(
  KeyAction action,
  uint keyCode,
  uint flags,
  dstring text = null
);