PointerCancel

indigo.shared.events.PointerEvent$.PointerCancel
final case class PointerCancel(position: Point, pointerId: PointerId, buttons: Buttons, isPrimary: Boolean) extends PointerEvent

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

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

Members list

Value members

Inherited methods

Indicates whether buttons are in active state

Indicates whether buttons are in active state

Attributes

Inherited from:
PointerEvent

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product