Click

final case class Click(position: Point) extends MouseEvent

The mouse has been clicked.

Value parameters:
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

Inherited from:
Product

Concrete fields

val x: Int
val y: Int