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 view for the listener widgets #7

Open mwcraig opened 6 years ago

mwcraig commented 6 years ago

From comment by @maartenbreddels in https://github.com/jupyter-widgets/ipywidgets/pull/1727:

For debugging (not just now, but also when people use it) It may be useful to have a custom view for these widgets. For a mouse listener the view can show the status, like which buttons are pressed, the x/y coordinate etc.