LexiFi / ocaml-vdom

Elm architecture and (V)DOM for OCaml
MIT License
197 stars 13 forks source link

add mouse_event to onclick #11

Closed martindemello closed 6 years ago

martindemello commented 7 years ago

I would like to access the (x, y) coordinates of a mouseclick - is that feasible to add to onclick?

alainfrisch commented 6 years ago

Sorry for the late reaction. Can you confirm #15 is what you need?

martindemello commented 6 years ago

yes, thanks, that looks like exactly what i need