In the Mouse library we have:

moves 
<http://package.elm-lang.org/packages/elm-lang/mouse/1.0.1/Mouse#moves> : (
Position 
<http://package.elm-lang.org/packages/elm-lang/mouse/1.0.1/Mouse#Position> 
-> msg) -> Sub msg

Subscribe to mouse moves anywhere on screen. It is best to unsubscribe if 
you do not need these events. Otherwise you will handle a bunch of events 
for no benefit


*But how do I unsubscribe?* I can't think of a way to update the 
subscriptions in my Html.program record

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to