Can I get a pointer to examples of writing code that responds to mouse clicks on a canvas in the 0.12 world?
Another question: I see that purescript-web has ways to use DOM elements, but take something like operating with a Window. Web.HTML.Window has many operations that act on a Window, but how do I obtain a reference to the Window in the first place? I have similar questions with other uses of DOM, but maybe understanding this one issue would help.
Mike