trait DragEvent extends Object with InteractEvent

Annotations
@JSType() @native()
Linear Supertypes
InteractEvent, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DragEvent
  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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val clientX0: Double

    Client x coordinate of the starting event

    Client x coordinate of the starting event

    Definition Classes
    InteractEvent
  6. val clientY0: Double

    Client y coordinate of the starting event

    Client y coordinate of the starting event

    Definition Classes
    InteractEvent
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. val dragEnter: Any

    The dropzone this Interactable was dragged over

  9. val dragLeave: Interactable

    The Dropzone this Interactable was dragged out of

  10. val dx: Double

    Change in coordinates of the mouse/touch

    Change in coordinates of the mouse/touch

    Definition Classes
    InteractEvent
  11. val dy: Double

    Change in coordinates of the mouse/touch

    Change in coordinates of the mouse/touch

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

    The Interactable that is being interacted with

    The Interactable that is being interacted with

    Definition Classes
    InteractEvent
  18. val interaction: Any

    The Interaction that the event belongs to

    The Interaction that the event belongs to

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

    The speed of the pointer

    The speed of the pointer

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

    The element that is being interacted with

    The element that is being interacted with

    Definition Classes
    InteractEvent
  28. val timeStamp: Double

    The time of creation of the event object

    The time of creation of the event object

    Definition Classes
    InteractEvent
  29. def toLocaleString(): String
    Definition Classes
    Object
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def valueOf(): Any
    Definition Classes
    Object
  32. val velocityX: Double

    The Velocity of the pointer

    The Velocity of the pointer

    Definition Classes
    InteractEvent
  33. val velocityY: Double

    The Velocity of the pointer

    The Velocity of the pointer

    Definition Classes
    InteractEvent
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. val x0: Double

    Page x coordinate of the starting event

    Page x coordinate of the starting event

    Definition Classes
    InteractEvent
  38. 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