MouseUp

indigo.shared.events.MouseEvent$.MouseUp
See theMouseUp companion object
final case class MouseUp(position: Point, button: MouseButton) extends MouseEvent

The left mouse button was released.

Value parameters

button

Button that triggered this event

position

mouse position relative to magnification level

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