Package

gesture

Permalink

package gesture

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. gesture
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Click(p: Vec2d, timestamp: Long) extends GestureEvent with Product with Serializable

    Permalink
  2. case class Down(p: Vec2d, timestamp: Long) extends PointerState with Product with Serializable

    Permalink
  3. case class Drag(from: Vec2d, fromTimestamp: Long, to: Vec2d, toTimestamp: Long) extends PointerState with Product with Serializable

    Permalink
  4. case class DragAbort(from: Vec2d, fromTimestamp: Long, to: Vec2d, toTimestamp: Long) extends GestureEvent with Product with Serializable

    Permalink
  5. case class DragComplete(from: Vec2d, fromTimestamp: Long, to: Vec2d, toTimestamp: Long, delta: Vec2d) extends GestureEvent with Product with Serializable

    Permalink
  6. case class DragMove(from: Vec2d, fromTimestamp: Long, to: Vec2d, toTimestamp: Long, delta: Vec2d) extends GestureEvent with Product with Serializable

    Permalink
  7. case class DragStart(from: Vec2d, fromTimestamp: Long, to: Vec2d, toTimestamp: Long, delta: Vec2d) extends GestureEvent with Product with Serializable

    Permalink
  8. class GestureAndRegionProcessor[R] extends AnyRef

    Permalink
  9. case class GestureAndRegions[R](gesture: GestureEvent, from: Option[R], to: Option[R]) extends Product with Serializable

    Permalink
  10. sealed trait GestureEvent extends AnyRef

    Permalink
  11. class GestureProcessor extends AnyRef

    Permalink
  12. case class Invalid(msg: String, pointerEvent2: PointerEvent) extends GestureEvent with Product with Serializable

    Permalink
  13. case class PointerDown(p: Vec2d, timestamp: Long) extends PointerEvent with Product with Serializable

    Permalink
  14. sealed trait PointerEvent extends AnyRef

    Permalink
  15. case class PointerLeave(p: Vec2d, timestamp: Long) extends PointerEvent with Product with Serializable

    Permalink
  16. case class PointerMove(p: Vec2d, timestamp: Long) extends PointerEvent with Product with Serializable

    Permalink
  17. sealed trait PointerState extends AnyRef

    Permalink
  18. case class PointerUp(p: Vec2d, timestamp: Long) extends PointerEvent with Product with Serializable

    Permalink
  19. implicit class RichVec2d extends AnyRef

    Permalink
  20. case class Up() extends PointerState with Product with Serializable

    Permalink
  21. type Vec2d = (Double, Double)

    Permalink

Value Members

  1. object Noop extends GestureEvent with Product with Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped