Wheel

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 MouseEvent
trait InputEvent
trait Serializable
trait Product
trait Equals
trait GlobalEvent
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Inherited fields

val x: Int

Attributes

Inherited from:
MouseEvent
val y: Int

Attributes

Inherited from:
MouseEvent