class PointerEvent extends Event

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

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. lazy val global: Point
  11. val globalX: Double
  12. val globalY: Double
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. lazy val height: Int
  15. val htmlEvent: UIEvent
  16. val htmlEventType: HTMLEventType
  17. def htmlMouseEvent: Option[MouseEvent]
  18. def htmlPointerEvent: Option[HTMLPointerEvent]
  19. def htmlTouchEvent: Option[TouchEvent]
  20. lazy val identifier: Int
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isMouse: Boolean
  23. def isPointer: Boolean
  24. lazy val isPrimary: Boolean
  25. def isTouch: Boolean
  26. lazy val local: Point
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. lazy val pointerType: String
  31. lazy val pressure: Double
  32. def preventDefault(): Unit
  33. def propagate: Boolean

    True if this event will continue to propagate up the parent hierarchy.

    True if this event will continue to propagate up the parent hierarchy.

    Definition Classes
    Event
  34. def stopPropagation(): Unit

    Stops this event from propagating up the parent hierarchy.

    Stops this event from propagating up the parent hierarchy.

    Definition Classes
    PointerEventEvent
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. lazy val tangentialPressure: Double
  37. val target: Component
    Definition Classes
    PointerEventEvent
  38. lazy val tiltX: Double
  39. lazy val tiltY: Double
  40. val time: Long
  41. def toString(): String
    Definition Classes
    PointerEvent → AnyRef → Any
  42. lazy val twist: Double
  43. val type: Type
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  47. lazy val width: Int
  48. val x: Double
  49. val y: Double

Inherited from Event

Inherited from AnyRef

Inherited from Any

Ungrouped