main
Default mainpageApplicationApplicationmain
Description Source Call Graph
Application::main ( Public Method )
Author: Don Olmstead
The main loop of the window application.
 
Syntax / parameters
virtual int main(int argumentCount, char **argumentValues)

Name Type Default Description
argumentCount int
  The number of arguments
argumentValues char **
  The values of the arguments
 
Return value virtual int
   
Description
The main loop of the window application.

This function sets up all the communication between FreeGLUT and the application. This function also sets up OpenGL and its extensions via GLEW.


 
Source
The documentation for this Member was generated from the following files:
  • Application.hpp
  • GLUTApplication.cpp