scala.swing.Component

object Mouse

[source: scala/swing/Component.scala]

object Mouse
extends AnyRef
Contains publishers for various mouse events. They are separated for efficiency reasons.
Value Summary
val clicks : Publisher
Publishes clicks, presses and releases.
val moves : Publisher
Publishes enters, exits, moves, and drags.
val wheel : Publisher
Publishes mouse wheel moves.
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Value Details
val clicks : Publisher
Publishes clicks, presses and releases.

val moves : Publisher
Publishes enters, exits, moves, and drags.

val wheel : Publisher
Publishes mouse wheel moves.