indigo.shared.events.MouseEvent.Leave
final case class Leave (position : Point , buttons : Batch [MouseButton ], isAltKeyDown : Boolean , isCtrlKeyDown : Boolean , isMetaKeyDown : Boolean , isShiftKeyDown : Boolean , movementPosition : Point ) extends MouseEvent
Mouse has left canvas hit test boundaries. It's counterpart is Enter .
Attributes
Graph
Reset zoom Hide graph Show 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