EtienneCmb / visbrain

A multi-purpose GPU-accelerated open-source suite for brain data visualization
http://visbrain.org
Other
241 stars 64 forks source link

Mouse clicking to zoom out the picture #91

Closed zhengliuer closed 3 years ago

zhengliuer commented 3 years ago

image Does visbrain support mouse clicking? Like when I click the picture of the electrode, it will zoom out.

EtienneCmb commented 3 years ago

By default no, because mouse click (and scroll) are used for the turntable camera. That being said, but you can probably configure your own mouse events (like click and double click) using vispy

zhengliuer commented 3 years ago

By default no, because mouse click (and scroll) are used for the turntable camera. That being said, but you can probably configure your own mouse events (like click and double click) using vispy

Thank U! I'll give it a try