GLUT callbacks

These functions are called back by GLUT main loop

o Key
Glut Callback on standard key input
o SpecialKey
Glut Callback on pression of arrow keys
o SpecialKeyUp
Glut Callback on release of arrow keys
o myGLInit
Opengl Initialization
o Reshape
Glut Callback on Window Reshape
o Idle
Glut Idle Callback
o Visible
Glut Callback on Window visibility
o Display
Glut Callback to Draw everything
o main
The Classical Main Function It has to setup all the glut callbacks, initialize Openglstatus and start the glutMainLoop
These functions are called back by GLUT main loop

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.