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
112 stars 27 forks source link

Add bounding rectangle information to returned event information #43

Closed mwcraig closed 5 years ago

mwcraig commented 5 years ago

Currently this adds only width and height, though it would be easy to add the remaining bits (top, left, right, bottom).

ping @astrofrog