Functions |
Brief description |
closeCallback |
Creates a callback in FreeGLUT to enter the exit point of the application.
|
displayCallback |
Creates a callback in FreeGLUT to enter the display point of the application.
|
entryCallback |
Creates a callback in FreeGLUT to enter the entry point of the application.
|
idleCallback |
Creates a callback in FreeGLUT to enter the idle point of the application.
|
keyDownCallback |
Creates a callback in FreeGLUT for when a key is pressed.
|
keyUpCallback |
Creates a callback in FreeGLUT for when a key is released.
|
motionCallback |
Creates a callback in FreeGLUT for when the mouse is held and moved.
|
mouseClickCallback |
Creates a callback in FreeGLUT for when the mouse is clicked.
|
mouseWheelCallback |
Creates a callback in FreeGLUT for when the mouse wheel is moved.
|
passiveMotionCallback |
Creates a callback in FreeGLUT for when the mouse is moved.
|
reshapeCallback |
Creates a callback in FreeGLUT to resize the window of the application.
|
specialKeyDownCallback |
Creates a callback in FreeGLUT for when a special key is pressed.
|
specialKeyUpCallback |
Creates a callback in FreeGLUT for when a special key is released.
|
Macros |
|
IMPLEMENT_APPLICATION |
A Macro to implement the main entry point of the application.
|