trait GestureEvent extends Object with InteractEvent
- Annotations
- @JSType() @native()
- Alphabetic
- By Inheritance
- GestureEvent
- InteractEvent
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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 angle: Double
The angle of the line made by the two touches
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val box: Any
A box enclosing all touch points
- val clientX0: Double
Client x coordinate of the starting event
Client x coordinate of the starting event
- Definition Classes
- InteractEvent
- val clientY0: Double
Client y coordinate of the starting event
Client y coordinate of the starting event
- Definition Classes
- InteractEvent
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val da: Double
The change in angle since previous event
- val distance: Double
The distance between the event’s first two touches
- val ds: Double
The change in scale since the previous event
- val dx: Double
Change in coordinates of the mouse/touch
Change in coordinates of the mouse/touch
- Definition Classes
- InteractEvent
- val dy: Double
Change in coordinates of the mouse/touch
Change in coordinates of the mouse/touch
- Definition Classes
- InteractEvent
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val interactable: Element
The Interactable that is being interacted with
The Interactable that is being interacted with
- Definition Classes
- InteractEvent
- val interaction: Any
The Interaction that the event belongs to
The Interaction that the event belongs to
- Definition Classes
- InteractEvent
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val scale: Double
The ratio of the distance of the start event to the distance of the current event
- val speed: Double
The speed of the pointer
The speed of the pointer
- Definition Classes
- InteractEvent
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val target: Element
The element that is being interacted with
The element that is being interacted with
- Definition Classes
- InteractEvent
- val timeStamp: Double
The time of creation of the event object
The time of creation of the event object
- Definition Classes
- InteractEvent
- def toLocaleString(): String
- Definition Classes
- Object
- def toString(): String
- Definition Classes
- AnyRef → Any
- def valueOf(): Any
- Definition Classes
- Object
- val velocityX: Double
The Velocity of the pointer
The Velocity of the pointer
- Definition Classes
- InteractEvent
- val velocityY: Double
The Velocity of the pointer
The Velocity of the pointer
- Definition Classes
- InteractEvent
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val x0: Double
Page x coordinate of the starting event
Page x coordinate of the starting event
- Definition Classes
- InteractEvent
- val y0: Double
Page y coordinate of the starting event
Page y coordinate of the starting event
- Definition Classes
- InteractEvent
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated