class PointerEvent extends HTMLEvent
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- PointerEvent
- HTMLEvent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PointerEvent(underlying: |[|[MouseEvent, HTMLPointerEvent], TouchEvent], type: Type)
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
- def altGraphPressed: Boolean
- def altPressed: Boolean
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def capsLockOn: Boolean
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def controlPressed: Boolean
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- lazy val global: Point
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def height: Int
- def identifier: Int
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isMouse: Boolean
- def isPointer: Boolean
- def isPrimary: Boolean
- def isTouch: Boolean
- lazy val local: Point
- def metaPressed: Boolean
- 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()
- def numLockOn: Boolean
- def pointerType: String
- def pressure: Double
- def preventDefault(): Unit
- Definition Classes
- HTMLEvent
- def scrollLockOn: Boolean
- def shiftPressed: Boolean
- def stopImmediatePropagation(): Unit
- Definition Classes
- HTMLEvent
- def stopPropagation(): Unit
- Definition Classes
- HTMLEvent
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tangentialPressure: Double
- def tiltX: Double
- def tiltY: Double
- val time: Long
- Definition Classes
- HTMLEvent
- def toString(): String
- Definition Classes
- PointerEvent → AnyRef → Any
- def twist: Double
- val type: Type
- val underlying: UIEvent
- Definition Classes
- HTMLEvent
- 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
- @throws(classOf[java.lang.InterruptedException]) @native()
- def width: Int