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 PointerEventtrait InputEventtrait Serializabletrait Producttrait Equalstrait GlobalEventclass Objecttrait Matchableclass Any
Members list
In this article