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()
  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. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val key: String
  20. val keyCode: Int
  21. val locale: String
  22. val location: Double
  23. def meta: Keyboard
  24. val metaKey: Boolean
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def productElementNames: Iterator[String]
    Definition Classes
    Product
  29. val repeat: Boolean
  30. def shift: Keyboard
  31. val shiftKey: Boolean
  32. def simulateKeyDown(t: ReactOrDomNode): Unit
  33. def simulateKeyDownPressUp(t: ReactOrDomNode): Unit
  34. def simulateKeyDownUp(t: ReactOrDomNode): Unit
  35. def simulateKeyPress(t: ReactOrDomNode): Unit
  36. def simulateKeyUp(t: ReactOrDomNode): Unit
  37. def simulationKeyDown: Simulation
  38. def simulationKeyDownPressUp: Simulation
  39. def simulationKeyDownUp: Simulation
  40. def simulationKeyPress: Simulation
  41. def simulationKeyUp: Simulation
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. def toJs: Object
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  47. val which: Int

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped