Skip to content

Instantly share code, notes, and snippets.

@agocorona
Created September 8, 2016 12:40
Show Gist options
  • Save agocorona/a8cb0384c26fc056b0ba7159c8a53f0a to your computer and use it in GitHub Desktop.
Save agocorona/a8cb0384c26fc056b0ba7159c8a53f0a to your computer and use it in GitHub Desktop.
cb <- syncCallback1 ContinueAsync
(\r -> do
(x,y) <-fromJSValUnchecked r
stopPropagation r
print (x, y))
js_addEventListener elem "mousemove" cb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment