Packages

case class Keyboard(key: String = "", location: Double = 0, altKey: Boolean = false, ctrlKey: Boolean = false, metaKey: Boolean = false, shiftKey: Boolean = false, repeat: Boolean = false, code: String = "", locale: String = "", keyCode: Int = 0, charCode: Int = 0, which: Int = 0, defaultPrevented: Boolean = false) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Keyboard
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Keyboard(key: String = "", location: Double = 0, altKey: Boolean = false, ctrlKey: Boolean = false, metaKey: Boolean = false, shiftKey: Boolean = false, repeat: Boolean = false, code: String = "", locale: String = "", keyCode: Int = 0, charCode: Int = 0, which: Int = 0, defaultPrevented: Boolean = false)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def alt: Keyboard
  5. val altKey: Boolean
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def assign(tgt: Dynamic, readOnlyProperties: Boolean = false): tgt.type
  8. val charCode: Int
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. val code: String
  11. def ctrl: Keyboard
  12. val ctrlKey: Boolean
  13. val defaultPrevented: Boolean
  14. def desc: String
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val key: String
  19. val keyCode: Int
  20. val locale: String
  21. val location: Double
  22. def meta: Keyboard
  23. val metaKey: Boolean
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. val repeat: Boolean
  29. def shift: Keyboard
  30. val shiftKey: Boolean
  31. def simulateKeyDown(t: ReactOrDomNode): Unit
  32. def simulateKeyDownPressUp(t: ReactOrDomNode): Unit
  33. def simulateKeyDownUp(t: ReactOrDomNode): Unit
  34. def simulateKeyPress(t: ReactOrDomNode): Unit
  35. def simulateKeyUp(t: ReactOrDomNode): Unit
  36. def simulationKeyDown: Simulation
  37. def simulationKeyDownPressUp: Simulation
  38. def simulationKeyDownUp: Simulation
  39. def simulationKeyPress: Simulation
  40. def simulationKeyUp: Simulation
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toJs: Object
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. val which: Int

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped