Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 281 Bytes

keyboard-input-event.md

File metadata and controls

6 lines (5 loc) · 281 Bytes

KeyboardInputEvent Object extends InputEvent

  • type string - The type of the event, can be keyDown, keyUp or char.
  • keyCode string - The character that will be sent as the keyboard event. Should only use the valid key codes in Accelerator.