0

Is there any way to detect if a key is being held down while inside of the glutMouseFunc?

4

1 回答 1

0

是的。存储当前按下的键的全局可访问列表。然后在 MouseFunc 中阅读该列表。

注意鼠标回调已经获得了控制键状态(shift/alt/ctrl),所以一般不需要这样做。

于 2013-01-25T00:16:33.013 回答