package event
Type Members
- case class KeyEvent(type: Type, key: Key, repeat: Boolean, modifierState: (Key) => Boolean, preventDefault: () => Unit, defaultPrevented: () => Boolean, stopImmediatePropagation: () => Unit, stopPropagation: () => Unit) extends Product with Serializable
Value Members
- object KeyEvent extends Serializable