taichi-dev/taichi

[GGUI] Fix crash when certain keys are pressed.

Open

#3,254 创建于 2021年10月22日

在 GitHub 查看
 (3 评论) (2 反应) (0 负责人)C++ (2,384 fork)batch import
good first issueguipotential bug

仓库指标

Star
 (28,195 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

GGUI crashes when certain keys are pressed (The Windows key, for example).

Relevant code:

https://github.com/taichi-dev/taichi/blob/master/taichi/ui/common/input_handler.h https://github.com/taichi-dev/taichi/blob/master/taichi/ui/utils/utils.h

It would be great to support all of these keys, or at least add a try-catch to avoid the window from crashing.

贡献者指南