PointerEvent

indigo.shared.events.PointerEvent$
See thePointerEvent companion trait
opaque object PointerEvent

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class PointerCancel(position: Point, buttons: Batch[MouseButton], isAltKeyDown: Boolean, isCtrlKeyDown: Boolean, isMetaKeyDown: Boolean, isShiftKeyDown: Boolean, movementPosition: Point, pointerId: PointerId, width: Int, height: Int, pressure: Double, tangentialPressure: Double, tiltX: Radians, tiltY: Radians, twist: Radians, pointerType: PointerType, isPrimary: Boolean) extends PointerEvent

The ongoing interactions was cancelled due to:

The ongoing interactions was cancelled due to:

  • the pointer device being disconnected
  • device orientation change
  • palm rejection
  • the browser taking over the manipulations like scroll, drag & drop, pinch & zoom or other

Attributes

Supertypes
trait PointerEvent
trait InputEvent
trait Serializable
trait Product
trait Equals
trait GlobalEvent
class Object
trait Matchable
class Any
Show all
final case class PointerDown(position: Point, buttons: Batch[MouseButton], isAltKeyDown: Boolean, isCtrlKeyDown: Boolean, isMetaKeyDown: Boolean, isShiftKeyDown: Boolean, movementPosition: Point, pointerId: PointerId, width: Int, height: Int, pressure: Double, tangentialPressure: Double, tiltX: Radians, tiltY: Radians, twist: Radians, pointerType: PointerType, isPrimary: Boolean, button: Option[MouseButton]) extends PointerEvent

Pointing device is in active buttons state.

Pointing device is in active buttons state.

Attributes

Supertypes
trait PointerEvent
trait InputEvent
trait Serializable
trait Product
trait Equals
trait GlobalEvent
class Object
trait Matchable
class Any
Show all
final case class PointerEnter(position: Point, buttons: Batch[MouseButton], isAltKeyDown: Boolean, isCtrlKeyDown: Boolean, isMetaKeyDown: Boolean, isShiftKeyDown: Boolean, movementPosition: Point, pointerId: PointerId, width: Int, height: Int, pressure: Double, tangentialPressure: Double, tiltX: Radians, tiltY: Radians, twist: Radians, pointerType: PointerType, isPrimary: Boolean) extends PointerEvent

Pointing device is moved into canvas hit test boundaries. It's counterpart is PointerLeave.

Pointing device is moved into canvas hit test boundaries. It's counterpart is PointerLeave.

Attributes

Supertypes
trait PointerEvent
trait InputEvent
trait Serializable
trait Product
trait Equals
trait GlobalEvent
class Object
trait Matchable
class Any
Show all
object PointerId

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
PointerId.type
final case class PointerLeave(position: Point, buttons: Batch[MouseButton], isAltKeyDown: Boolean, isCtrlKeyDown: Boolean, isMetaKeyDown: Boolean, isShiftKeyDown: Boolean, movementPosition: Point, pointerId: PointerId, width: Int, height: Int, pressure: Double, tangentialPressure: Double, tiltX: Radians, tiltY: Radians, twist: Radians, pointerType: PointerType, isPrimary: Boolean) extends PointerEvent

Pointing device left canvas hit test boundaries. It's counterpart is PointerEnter.

Pointing device left canvas hit test boundaries. It's counterpart is PointerEnter.

Attributes

Supertypes
trait PointerEvent
trait InputEvent
trait Serializable
trait Product
trait Equals
trait GlobalEvent
class Object
trait Matchable
class Any
Show all
final case class PointerMove(position: Point, buttons: Batch[MouseButton], isAltKeyDown: Boolean, isCtrlKeyDown: Boolean, isMetaKeyDown: Boolean, isShiftKeyDown: Boolean, movementPosition: Point, pointerId: PointerId, width: Int, height: Int, pressure: Double, tangentialPressure: Double, tiltX: Radians, tiltY: Radians, twist: Radians, pointerType: PointerType, isPrimary: Boolean) extends PointerEvent

Pointing device changed coordinates.

Pointing device changed coordinates.

Attributes

Supertypes
trait PointerEvent
trait InputEvent
trait Serializable
trait Product
trait Equals
trait GlobalEvent
class Object
trait Matchable
class Any
Show all
final case class PointerUp(position: Point, buttons: Batch[MouseButton], isAltKeyDown: Boolean, isCtrlKeyDown: Boolean, isMetaKeyDown: Boolean, isShiftKeyDown: Boolean, movementPosition: Point, pointerId: PointerId, width: Int, height: Int, pressure: Double, tangentialPressure: Double, tiltX: Radians, tiltY: Radians, twist: Radians, pointerType: PointerType, isPrimary: Boolean, button: Option[MouseButton]) extends PointerEvent

Pointing device is no longer in active buttons state.

Pointing device is no longer in active buttons state.

Attributes

Supertypes
trait PointerEvent
trait InputEvent
trait Serializable
trait Product
trait Equals
trait GlobalEvent
class Object
trait Matchable
class Any
Show all

Types

opaque type PointerId

Unique pointer identifier. Could be used to distinguish between pointers in multi-touch interactions

Unique pointer identifier. Could be used to distinguish between pointers in multi-touch interactions

Attributes

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror