MouseDown

final case
class MouseDown(position: Point) extends MouseEvent

The left mouse button was pressed down.

Value Params
x

X coord relative to magnification level

y

Y coord relative to magnification level

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

val x: Int
val y: Int