Object

formrx

KCode

Related Doc: package formrx

Permalink

object KCode

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KCode
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val A: Int

    Permalink

    Upper case letters have CharCode equal to KeyCode

  5. val Alt: Int

    Permalink
  6. val B: Int

    Permalink
  7. val Backslash: Int

    Permalink
  8. val Backspace: Int

    Permalink

    Keys that do not have unicode representation

  9. val Backtick: Int

    Permalink
  10. val C: Int

    Permalink
  11. val CapsLock: Int

    Permalink
  12. val Comma: Int

    Permalink
  13. val Ctrl: Int

    Permalink
  14. val D: Int

    Permalink
  15. val Dash: Int

    Permalink
  16. val Delete: Int

    Permalink
  17. val Down: Int

    Permalink
  18. val E: Int

    Permalink
  19. val End: Int

    Permalink
  20. val Enter: Int

    Permalink
  21. val Equals: Int

    Permalink
  22. val Escape: Int

    Permalink
  23. val F: Int

    Permalink
  24. val F1: Int

    Permalink
  25. val F10: Int

    Permalink
  26. val F11: Int

    Permalink
  27. val F12: Int

    Permalink
  28. val F2: Int

    Permalink
  29. val F3: Int

    Permalink
  30. val F4: Int

    Permalink
  31. val F5: Int

    Permalink
  32. val F6: Int

    Permalink
  33. val F7: Int

    Permalink
  34. val F8: Int

    Permalink
  35. val F9: Int

    Permalink
  36. val G: Int

    Permalink
  37. val H: Int

    Permalink
  38. val Home: Int

    Permalink
  39. val I: Int

    Permalink
  40. val Insert: Int

    Permalink
  41. val J: Int

    Permalink
  42. val K: Int

    Permalink
  43. val L: Int

    Permalink
  44. val Left: Int

    Permalink
  45. val M: Int

    Permalink
  46. val Meta: Int

    Permalink
  47. val N: Int

    Permalink
  48. val Num0: Int

    Permalink
  49. val Num1: Int

    Permalink
  50. val Num2: Int

    Permalink
  51. val Num3: Int

    Permalink
  52. val Num4: Int

    Permalink
  53. val Num5: Int

    Permalink
  54. val Num6: Int

    Permalink
  55. val Num7: Int

    Permalink
  56. val Num8: Int

    Permalink
  57. val Num9: Int

    Permalink
  58. val NumLock: Int

    Permalink
  59. val Numpad0: (Int, Int)

    Permalink

    Numpad numbers share common numbers charCode

  60. val Numpad1: (Int, Int)

    Permalink
  61. val Numpad2: (Int, Int)

    Permalink
  62. val Numpad3: (Int, Int)

    Permalink
  63. val Numpad4: (Int, Int)

    Permalink
  64. val Numpad5: (Int, Int)

    Permalink
  65. val Numpad6: (Int, Int)

    Permalink
  66. val Numpad7: (Int, Int)

    Permalink
  67. val Numpad8: (Int, Int)

    Permalink
  68. val Numpad9: (Int, Int)

    Permalink
  69. val NumpadAdd: (Int, Int)

    Permalink
  70. val NumpadDivide: (Int, Int)

    Permalink
  71. val NumpadMultiply: (Int, Int)

    Permalink
  72. val NumpadPeriod: (Int, Int)

    Permalink
  73. val NumpadSubtract: (Int, Int)

    Permalink
  74. val O: Int

    Permalink
  75. val P: Int

    Permalink
  76. val PageDown: Int

    Permalink
  77. val PageUp: Int

    Permalink
  78. val Pause: Int

    Permalink
  79. val Period: Int

    Permalink
  80. val Q: Int

    Permalink
  81. val R: Int

    Permalink
  82. val Right: Int

    Permalink
  83. val S: Int

    Permalink
  84. val Semicolon: Int

    Permalink
  85. val Shift: Int

    Permalink
  86. val SingleQuote: Int

    Permalink
  87. val Slash: Int

    Permalink
  88. val Space: Int

    Permalink

    Space & Enter have KeyCode equal to CharCode

  89. val SquareBracketClose: Int

    Permalink
  90. val SquareBracketOpen: Int

    Permalink
  91. val T: Int

    Permalink
  92. val Tab: Int

    Permalink
  93. val U: Int

    Permalink
  94. val Up: Int

    Permalink
  95. val V: Int

    Permalink
  96. val W: Int

    Permalink
  97. val Win: Int

    Permalink
  98. val X: Int

    Permalink
  99. val Y: Int

    Permalink
  100. val Z: Int

    Permalink
  101. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  102. val charSizeOffset: Int

    Permalink

    [A-Z] charCode is equal to [a-z] keyCode, thus I won't duplicate constants

  103. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  104. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  105. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  106. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  107. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  108. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  109. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  110. def isLetterKey(keyCode: Int): Boolean

    Permalink
  111. def isNumber(keyCode: Int): Boolean

    Permalink

    numbers have KeyCode equal to CharCode

  112. def isUpperCaseLetter(charCode: Int): Boolean

    Permalink
  113. def letterKeyToLowerCaseCharCode(keyCode: Int): Int

    Permalink
  114. def letterKeyToUpperCaseCharCode(keyCode: Int): Int

    Permalink
  115. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  116. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  117. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  118. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  119. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  120. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  121. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  122. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped