|
Scala Library
|
|
scala/swing/Component.scala]
object
Mouse
extends AnyRef| 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
val
moves : Publisher
val
wheel : Publisher
|
Scala Library
|
|