class PointerEvent extends HTMLEvent
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- PointerEvent
- HTMLEvent
- Event
- AnyRef
- Any
- Hide All
- Show All
Visibility
- 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
- lazy val actualTarget: Option[Component]
- Definition Classes
- HTMLEvent
- def altGraphPressed: Boolean
- def altPressed: Boolean
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def capsLockOn: Boolean
- def clone(): AnyRef
- Attributes
- protected[java.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[java.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
- val globalX: Double
- val globalY: Double
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- lazy val height: Int
- val htmlEvent: UIEvent
- Definition Classes
- HTMLEvent
- val htmlEventType: HTMLEventType
- def htmlMouseEvent: Option[MouseEvent]
- def htmlPointerEvent: Option[HTMLPointerEvent]
- def htmlTouchEvent: Option[TouchEvent]
- lazy val identifier: Int
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isMouse: Boolean
- def isPointer: Boolean
- lazy val isPrimary: Boolean
- def isTouch: Boolean
- lazy val local: Point
- 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
- lazy val pointerType: String
- lazy val pressure: Double
- def preventDefault(): Unit
- Definition Classes
- HTMLEvent
- 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
- def scrollLockOn: Boolean
- def shiftPressed: Boolean
- def stopImmediatePropagation(): Unit
- Definition Classes
- HTMLEvent
- def stopPropagation(): Unit
Stops this event from propagating up the parent hierarchy.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- lazy val tangentialPressure: Double
- val target: Component
- lazy val tiltX: Double
- lazy val tiltY: Double
- val time: Long
- def toString(): String
- Definition Classes
- PointerEvent → AnyRef → Any
- lazy val twist: Double
- val type: Type
- 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()
- lazy val width: Int
- val x: Double
- val y: Double