indigo.shared.events.PointerEvent.PointerMove
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.
Attributes
-
Graph
-
-
Supertypes
-
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Members list
Indicates whether buttons are in active state
The delta X position between this event and the last event relative to the magnification level
The delta X position between this event and the last event relative to the magnification level
Attributes
-
Inherited from:
-
MouseOrPointerEvent
The delta Y position between this event and the last event relative to the magnification level
The delta Y position between this event and the last event relative to the magnification level
Attributes
-
Inherited from:
-
MouseOrPointerEvent
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Product
The X position relative to the magnification level
The X position relative to the magnification level
Attributes
-
Inherited from:
-
MouseOrPointerEvent
The Y position relative to the magnification level
The Y position relative to the magnification level
Attributes
-
Inherited from:
-
MouseOrPointerEvent