class PointerEvent extends HTMLEvent

Linear Supertypes
HTMLEvent, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PointerEvent
  2. HTMLEvent
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PointerEvent(underlying: |[|[MouseEvent, HTMLPointerEvent], TouchEvent], type: Type)

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 altGraphPressed: Boolean
  5. def altPressed: Boolean
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def capsLockOn: Boolean
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def controlPressed: Boolean
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. lazy val global: Point
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def height: Int
  17. def identifier: Int
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def isMouse: Boolean
  20. def isPointer: Boolean
  21. def isPrimary: Boolean
  22. def isTouch: Boolean
  23. lazy val local: Point
  24. def metaPressed: 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 numLockOn: Boolean
  29. def pointerType: String
  30. def pressure: Double
  31. def preventDefault(): Unit
    Definition Classes
    HTMLEvent
  32. def scrollLockOn: Boolean
  33. def shiftPressed: Boolean
  34. def stopImmediatePropagation(): Unit
    Definition Classes
    HTMLEvent
  35. def stopPropagation(): Unit
    Definition Classes
    HTMLEvent
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def tangentialPressure: Double
  38. def tiltX: Double
  39. def tiltY: Double
  40. val time: Long
    Definition Classes
    HTMLEvent
  41. def toString(): String
    Definition Classes
    PointerEvent → AnyRef → Any
  42. def twist: Double
  43. val type: Type
  44. val underlying: UIEvent
    Definition Classes
    HTMLEvent
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. def width: Int

Inherited from HTMLEvent

Inherited from AnyRef

Inherited from Any

Ungrouped