0

如果我设置一个 GLUT 函数调用:

glutKeyboardFunc(handleKeys);

我怎样才能删除它?

4

1 回答 1

2

只需传入NULL

glutKeyboardFunc(NULL);
于 2013-07-12T18:49:12.677 回答