Commit, mostly of work from John:
[freeglut] / src / freeglut_ext.c
index f6a5dad..bb81086 100644 (file)
@@ -89,6 +89,7 @@ static struct name_address_pair glut_functions[] = {
    { "glutReshapeFunc", (void *) glutReshapeFunc },
    { "glutKeyboardFunc", (void *) glutKeyboardFunc },
    { "glutMouseFunc", (void *) glutMouseFunc },
+   { "glutMouseWheelFunc", (void *) glutMouseWheelFunc },
    { "glutMotionFunc", (void *) glutMotionFunc },
    { "glutPassiveMotionFunc", (void *) glutPassiveMotionFunc },
    { "glutEntryFunc", (void *) glutEntryFunc },