trait GestureEvent extends Object with InteractEvent

Annotations
@JSType() @native()
Linear Supertypes
InteractEvent, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GestureEvent
  2. InteractEvent
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val angle: Double

    The angle of the line made by the two touches

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val box: Any

    A box enclosing all touch points

  7. val clientX0: Double

    Client x coordinate of the starting event

    Client x coordinate of the starting event

    Definition Classes
    InteractEvent
  8. val clientY0: Double

    Client y coordinate of the starting event

    Client y coordinate of the starting event

    Definition Classes
    InteractEvent
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  10. val da: Double

    The change in angle since previous event

  11. val distance: Double

    The distance between the event’s first two touches

  12. val ds: Double

    The change in scale since the previous event

  13. val dx: Double

    Change in coordinates of the mouse/touch

    Change in coordinates of the mouse/touch

    Definition Classes
    InteractEvent
  14. val dy: Double

    Change in coordinates of the mouse/touch

    Change in coordinates of the mouse/touch

    Definition Classes
    InteractEvent
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. val interactable: Element

    The Interactable that is being interacted with

    The Interactable that is being interacted with

    Definition Classes
    InteractEvent
  21. val interaction: Any

    The Interaction that the event belongs to

    The Interaction that the event belongs to

    Definition Classes
    InteractEvent
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  28. val scale: Double

    The ratio of the distance of the start event to the distance of the current event

  29. val speed: Double

    The speed of the pointer

    The speed of the pointer

    Definition Classes
    InteractEvent
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. val target: Element

    The element that is being interacted with

    The element that is being interacted with

    Definition Classes
    InteractEvent
  32. val timeStamp: Double

    The time of creation of the event object

    The time of creation of the event object

    Definition Classes
    InteractEvent
  33. def toLocaleString(): String
    Definition Classes
    Object
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def valueOf(): Any
    Definition Classes
    Object
  36. val velocityX: Double

    The Velocity of the pointer

    The Velocity of the pointer

    Definition Classes
    InteractEvent
  37. val velocityY: Double

    The Velocity of the pointer

    The Velocity of the pointer

    Definition Classes
    InteractEvent
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. val x0: Double

    Page x coordinate of the starting event

    Page x coordinate of the starting event

    Definition Classes
    InteractEvent
  42. val y0: Double

    Page y coordinate of the starting event

    Page y coordinate of the starting event

    Definition Classes
    InteractEvent

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from InteractEvent

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped