jupyter-widgets / pythreejs

A Jupyter - Three.js bridge
https://pythreejs.readthedocs.io
Other
951 stars 188 forks source link

Support for key presses #30

Closed nlooije closed 6 years ago

nlooije commented 9 years ago

Is there anyway to detect keypresses (keydown, altkey, shiftkey etc) in PyThreeJS?

vidartf commented 6 years ago

This has not been possible, and is still not possible, but in the future this might be possible via the efforts in https://github.com/jupyter-widgets/ipywidgets/pull/1727.