Packages

t

org.scalajs.dom.raw

PointerEventInit

trait PointerEventInit extends Object with MouseEventInit

Annotations
@JSType()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PointerEventInit
  2. MouseEventInit
  3. ModifierKeyEventInit
  4. UIEventInit
  5. EventInit
  6. Object
  7. Any
  8. AnyRef
  9. 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. val altKey: UndefOr[Boolean]
    Definition Classes
    ModifierKeyEventInit
    Annotations
    @JSOptional()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val bubbles: UndefOr[Boolean]
    Definition Classes
    EventInit
    Annotations
    @JSOptional()
  7. val button: UndefOr[Int]
    Definition Classes
    MouseEventInit
    Annotations
    @JSOptional()
  8. val buttons: UndefOr[Int]
    Definition Classes
    MouseEventInit
    Annotations
    @JSOptional()
  9. val cancelable: UndefOr[Boolean]
    Definition Classes
    EventInit
    Annotations
    @JSOptional()
  10. val clientX: UndefOr[Double]
    Definition Classes
    MouseEventInit
    Annotations
    @JSOptional()
  11. val clientY: UndefOr[Double]
    Definition Classes
    MouseEventInit
    Annotations
    @JSOptional()
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  13. val composed: UndefOr[Boolean]
    Definition Classes
    EventInit
    Annotations
    @JSOptional()
  14. val ctrlKey: UndefOr[Boolean]
    Definition Classes
    ModifierKeyEventInit
    Annotations
    @JSOptional()
  15. val detail: UndefOr[Int]
    Definition Classes
    UIEventInit
    Annotations
    @JSOptional()
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. val height: UndefOr[Double]

    Sets value of MouseEvent.height.

    Sets value of MouseEvent.height. Defaults to 0.

    Annotations
    @JSOptional()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val isPrimary: UndefOr[Boolean]

    Sets value of MouseEvent.isPrimary.

    Sets value of MouseEvent.isPrimary. Defaults to 0.

    Annotations
    @JSOptional()
  25. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  26. val metaKey: UndefOr[Boolean]
    Definition Classes
    ModifierKeyEventInit
    Annotations
    @JSOptional()
  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. val pageX: UndefOr[Double]
    Definition Classes
    MouseEventInit
    Annotations
    @JSOptional()
  31. val pageY: UndefOr[Double]
    Definition Classes
    MouseEventInit
    Annotations
    @JSOptional()
  32. val pointerId: UndefOr[Double]

    Sets value of MouseEvent.pointerId.

    Sets value of MouseEvent.pointerId. Defaults to 0.

    Annotations
    @JSOptional()
  33. val pointerType: UndefOr[String]

    Sets value of MouseEvent.pointerType.

    Sets value of MouseEvent.pointerType. Defaults to 0.

    Annotations
    @JSOptional()
  34. val pressure: UndefOr[Double]

    Sets value of MouseEvent.pressure.

    Sets value of MouseEvent.pressure. Defaults to 0.

    Annotations
    @JSOptional()
  35. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  36. val relatedTarget: UndefOr[EventTarget]
    Definition Classes
    MouseEventInit
    Annotations
    @JSOptional()
  37. val scoped: UndefOr[Boolean]
    Definition Classes
    EventInit
    Annotations
    @JSOptional()
  38. val screenX: UndefOr[Double]
    Definition Classes
    MouseEventInit
    Annotations
    @JSOptional()
  39. val screenY: UndefOr[Double]
    Definition Classes
    MouseEventInit
    Annotations
    @JSOptional()
  40. val shiftKey: UndefOr[Boolean]
    Definition Classes
    ModifierKeyEventInit
    Annotations
    @JSOptional()
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. val tangentialPressure: UndefOr[Double]

    Sets value of MouseEvent.tangentialPressure.

    Sets value of MouseEvent.tangentialPressure. Defaults to 0.

    Annotations
    @JSOptional()
  43. val tiltX: UndefOr[Double]

    Sets value of MouseEvent.tiltX.

    Sets value of MouseEvent.tiltX. Defaults to 0.

    Annotations
    @JSOptional()
  44. val tiltY: UndefOr[Double]

    Sets value of MouseEvent.tiltY.

    Sets value of MouseEvent.tiltY. Defaults to 0.

    Annotations
    @JSOptional()
  45. def toLocaleString(): String
    Definition Classes
    Object
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. val twist: UndefOr[Double]

    Sets value of MouseEvent.twist.

    Sets value of MouseEvent.twist. Defaults to 0.

    Annotations
    @JSOptional()
  48. def valueOf(): Any
    Definition Classes
    Object
  49. val view: UndefOr[Window]
    Definition Classes
    UIEventInit
    Annotations
    @JSOptional()
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  53. val width: UndefOr[Double]

    Sets value of MouseEvent.width.

    Sets value of MouseEvent.width. Defaults to 1.

    Annotations
    @JSOptional()

Inherited from MouseEventInit

Inherited from ModifierKeyEventInit

Inherited from UIEventInit

Inherited from EventInit

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped