trait PointerEventInit extends Object
- Annotations
- @RawJSType()
- Alphabetic
- By Inheritance
- PointerEventInit
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws(classOf[java.lang.CloneNotSupportedException])
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val height: UndefOr[Double]
Sets value of MouseEvent.height.
Sets value of MouseEvent.height. Defaults to 0.
- Annotations
- @JSOptional()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isPrimary: UndefOr[Boolean]
Sets value of MouseEvent.isPrimary.
Sets value of MouseEvent.isPrimary. Defaults to 0.
- Annotations
- @JSOptional()
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val pointerId: UndefOr[Double]
Sets value of MouseEvent.pointerId.
Sets value of MouseEvent.pointerId. Defaults to 0.
- Annotations
- @JSOptional()
- val pointerType: UndefOr[String]
Sets value of MouseEvent.pointerType.
Sets value of MouseEvent.pointerType. Defaults to 0.
- Annotations
- @JSOptional()
- val pressure: UndefOr[Double]
Sets value of MouseEvent.pressure.
Sets value of MouseEvent.pressure. Defaults to 0.
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- final def synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tangentialPressure: UndefOr[Double]
Sets value of MouseEvent.tangentialPressure.
Sets value of MouseEvent.tangentialPressure. Defaults to 0.
- Annotations
- @JSOptional()
- val tiltX: UndefOr[Double]
Sets value of MouseEvent.tiltX.
Sets value of MouseEvent.tiltX. Defaults to 0.
- Annotations
- @JSOptional()
- val tiltY: UndefOr[Double]
Sets value of MouseEvent.tiltY.
Sets value of MouseEvent.tiltY. Defaults to 0.
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- def toString(): String
- Definition Classes
- AnyRef → Any
- val twist: UndefOr[Double]
Sets value of MouseEvent.twist.
Sets value of MouseEvent.twist. Defaults to 0.
- Annotations
- @JSOptional()
- def valueOf(): Any
- Definition Classes
- Object
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws(classOf[java.lang.InterruptedException])
- val width: UndefOr[Double]
Sets value of MouseEvent.width.
Sets value of MouseEvent.width. Defaults to 1.
- Annotations
- @JSOptional()