glutWindowStatusFunc
GLUTAPI void GLUTAPIENTRY glutWindowStatusFunc(void (GLUTCALLBACK *func)(int state));
glutWindowStatusFunc(visibilityHelper);
glutWindowStatusFunc(NULL);
{ "glutWindowStatusFunc", (const GLUTproc) glutWindowStatusFunc },