trait PointerEventInit extends Object with MouseEventInit
- Annotations
- @JSType()
- Alphabetic
- By Inheritance
- PointerEventInit
- MouseEventInit
- ModifierKeyEventInit
- UIEventInit
- EventInit
- 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
-
val
altKey: UndefOr[Boolean]
- Definition Classes
- ModifierKeyEventInit
- Annotations
- @JSOptional()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
bubbles: UndefOr[Boolean]
- Definition Classes
- EventInit
- Annotations
- @JSOptional()
-
val
button: UndefOr[Int]
- Definition Classes
- MouseEventInit
- Annotations
- @JSOptional()
-
val
buttons: UndefOr[Int]
- Definition Classes
- MouseEventInit
- Annotations
- @JSOptional()
-
val
cancelable: UndefOr[Boolean]
- Definition Classes
- EventInit
- Annotations
- @JSOptional()
-
val
clientX: UndefOr[Double]
- Definition Classes
- MouseEventInit
- Annotations
- @JSOptional()
-
val
clientY: UndefOr[Double]
- Definition Classes
- MouseEventInit
- Annotations
- @JSOptional()
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
composed: UndefOr[Boolean]
- Definition Classes
- EventInit
- Annotations
- @JSOptional()
-
val
ctrlKey: UndefOr[Boolean]
- Definition Classes
- ModifierKeyEventInit
- Annotations
- @JSOptional()
-
val
detail: UndefOr[Int]
- Definition Classes
- UIEventInit
- Annotations
- @JSOptional()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[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
-
val
metaKey: UndefOr[Boolean]
- Definition Classes
- ModifierKeyEventInit
- Annotations
- @JSOptional()
-
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
pageX: UndefOr[Double]
- Definition Classes
- MouseEventInit
- Annotations
- @JSOptional()
-
val
pageY: UndefOr[Double]
- Definition Classes
- MouseEventInit
- Annotations
- @JSOptional()
-
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
-
val
relatedTarget: UndefOr[EventTarget]
- Definition Classes
- MouseEventInit
- Annotations
- @JSOptional()
-
val
scoped: UndefOr[Boolean]
- Definition Classes
- EventInit
- Annotations
- @JSOptional()
-
val
screenX: UndefOr[Double]
- Definition Classes
- MouseEventInit
- Annotations
- @JSOptional()
-
val
screenY: UndefOr[Double]
- Definition Classes
- MouseEventInit
- Annotations
- @JSOptional()
-
val
shiftKey: UndefOr[Boolean]
- Definition Classes
- ModifierKeyEventInit
- Annotations
- @JSOptional()
-
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
-
val
view: UndefOr[Window]
- Definition Classes
- UIEventInit
- Annotations
- @JSOptional()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
width: UndefOr[Double]
Sets value of MouseEvent.width.
Sets value of MouseEvent.width. Defaults to 1.
- Annotations
- @JSOptional()