indigo.shared.events.MouseEvent$.Wheel
See theWheel companion object
final case class Wheel(position: Point, amount: Double) extends MouseEvent
The mouse wheel was rotated a certain amount into the Y axis.
Value parameters
- amount
-
vertical amount of pixels, pages or other unit, depending on delta mode, the Y axis was scrolled
- position
-
mouse position at where the wheel was actioned
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait MouseEventtrait InputEventtrait Serializabletrait Producttrait Equalstrait GlobalEventclass Objecttrait Matchableclass Any
Members list
In this article