MouseOver

trait MouseOver extends Algebra

Algebra for elements that can respond to Mouseover events

Source:
MouseOver.scala
trait Algebra
class Object
trait Matchable
class Any

Type members

Inherited types

type Drawing[_]

The effect type that methods on this algebra produce. Represents an effect that, when run, will draw something and produce a value.

The effect type that methods on this algebra produce. Represents an effect that, when run, will draw something and produce a value.

Inherited from:
Algebra
Source:
Algebra.scala

Value members

Abstract methods

def mouseOver[A](img: Drawing[A]): (Drawing[A], Stream[Pure, Unit])

Attaches a mouse over event listener to the given img. The stream produces an event every time the mouseOver event fires.

Attaches a mouse over event listener to the given img. The stream produces an event every time the mouseOver event fires.

Source:
MouseOver.scala

Implicits

Inherited implicits

Inherited from:
Algebra
Source:
Algebra.scala