scala.swing.Separator

mouse

object mouse extends AnyRef

Contains publishers for various mouse events. They are separated for efficiency reasons.

definition classes: Component

Inherits

  1. AnyRef
  2. Any

Value Members

  1. val clicks: Publisher

    Publishes clicks, presses and releases

  2. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  3. def hashCode(): Int

    Returns a hash code value for the object

  4. val moves: Publisher

    Publishes enters, exits, moves, and drags

  5. def toString(): String

    Returns a string representation of the object

  6. val wheel: Publisher

    Publishes mouse wheel moves