If callling gui.get_events() outside the scene for custom keyboard event handling, the zoom controlling by mouse will not working.
Looks like the gui.get_events() will take all events. For fixing it, I add "-" and "=" key for in pull reques https://github.com/taichi-dev/taichi_three/pull/46.
If callling gui.get_events() outside the scene for custom keyboard event handling, the zoom controlling by mouse will not working. Looks like the gui.get_events() will take all events. For fixing it, I add "-" and "=" key for in pull reques https://github.com/taichi-dev/taichi_three/pull/46.