mwcraig / ipyevents

A custom widget for returning mouse and keyboard events to Python. Documentation:
https://ipyevents.readthedocs.io/en/latest/index.html
BSD 3-Clause "New" or "Revised" License
115 stars 27 forks source link

Add x/y traits to mouse listener #8

Closed mwcraig closed 6 years ago

mwcraig commented 6 years ago

Based on comments in https://github.com/jupyter-widgets/ipywidgets/pull/1727 this should be opt-in (or perhaps it should be an option to turn off the full event information and just set the x/y trait).