Options
All
  • Public
  • Public/Protected
  • All
Menu

Class KeyboardEventTypes

Gather the list of keyboard event types as constants.

Hierarchy

  • KeyboardEventTypes

Index

Properties

Properties

Static Readonly KEYDOWNSearch playground for KEYDOWN

KEYDOWN: 1 = 1

The keydown event is fired when a key becomes active (pressed).

Static Readonly KEYUPSearch playground for KEYUP

KEYUP: 2 = 2

The keyup event is fired when a key has been released.

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method