diff --git a/freeglut/web-src/docs/api.php b/freeglut/web-src/docs/api.php index 2eb8d49..3b65981 100644 --- a/freeglut/web-src/docs/api.php +++ b/freeglut/web-src/docs/api.php @@ -133,6 +133,7 @@ contained herein.
  • glutDisplayFunc
  • glutOverlayDisplayFunc
  • glutReshapeFunc
  • +
  • glutCloseFunc
  • glutKeyboardFunc
  • glutSpecialFunc
  • glutKeyboardUpFunc
  • @@ -896,6 +897,10 @@ is not invoked from the glutDestroyWindow call, but at a later time point. Freeglut sets the current window to the window which is about to be closed when the callback is invoked. +Please note that other further developments of GLUT provide a +glutWMCloseFunc. For compatibility, FreeGLUT also +provides this function. It is however an alias to +glutCloseFunc.

    Changes From GLUT