Defines |
#define | GLUT_NOT_VISIBLE 0 |
#define | GLUT_VISIBLE 1 |
#define | GLUT_RGB 0 |
#define | GLUT_RGBA GLUT_RGB |
#define | GLUT_INDEX 1 |
#define | GLUT_SINGLE 0 |
#define | GLUT_DOUBLE 2 |
#define | GLUT_ACCUM 4 |
#define | GLUT_ALPHA 8 |
#define | GLUT_DEPTH 16 |
#define | GLUT_STENCIL 32 |
#define | GLUT_KEY_LEFT 100 |
#define | GLUT_KEY_UP 101 |
#define | GLUT_KEY_RIGHT 102 |
#define | GLUT_KEY_DOWN 103 |
#define | GLUT_KEY_PAGE_UP 104 |
#define | GLUT_KEY_PAGE_DOWN 105 |
#define | GLUT_KEY_HOME 106 |
#define | GLUT_KEY_END 107 |
#define | GLUT_KEY_INSERT 108 |
#define | GLUT_ELAPSED_TIME 700 |
#define | GLUT_NOT_VISIBLE 0 |
#define | GLUT_VISIBLE 1 |
#define | GLUT_RGB 0 |
#define | GLUT_RGBA GLUT_RGB |
#define | GLUT_INDEX 1 |
#define | GLUT_SINGLE 0 |
#define | GLUT_DOUBLE 2 |
#define | GLUT_ACCUM 4 |
#define | GLUT_ALPHA 8 |
#define | GLUT_DEPTH 16 |
#define | GLUT_STENCIL 32 |
#define | GLUT_KEY_LEFT 100 |
#define | GLUT_KEY_UP 101 |
#define | GLUT_KEY_RIGHT 102 |
#define | GLUT_KEY_DOWN 103 |
#define | GLUT_KEY_PAGE_UP 104 |
#define | GLUT_KEY_PAGE_DOWN 105 |
#define | GLUT_KEY_HOME 106 |
#define | GLUT_KEY_END 107 |
#define | GLUT_KEY_INSERT 108 |
#define | GLUT_ELAPSED_TIME 700 |
Functions |
void | glutInit (int *argcp, char **argv) |
| Initialize the ps2glut library, also the ps2gl library and gs memory if not already initialized by the app. More...
|
void | glutInitDisplayMode (unsigned int mode) |
int | glutCreateWindow (const char *title) |
void | glutInitWindowPosition (int x, int y) |
void | glutInitWindowSize (int width, int height) |
void | glutMainLoop (void) |
| Enter the main loop. More...
|
void | glutPostRedisplay (void) |
void | glutSwapBuffers (void) |
int | glutGet (GLenum type) |
void | glutDisplayFunc (void(*func)(void)) |
| Set the display function callback. More...
|
void | glutReshapeFunc (void(*func)(int width, int height)) |
| Set the reshape function callback. More...
|
void | glutKeyboardFunc (void(*func)(unsigned char key, int x, int y)) |
| Set the keyboard function callback. More...
|
void | glutMouseFunc (void(*func)(int button, int state, int x, int y)) |
void | glutMotionFunc (void(*func)(int x, int y)) |
void | glutPassiveMotionFunc (void(*func)(int x, int y)) |
void | glutSpecialFunc (void(*func)(int key, int x, int y)) |
| Set the special function callback. More...
|
void | glutEntryFunc (void(*func)(int state)) |
void | glutVisibilityFunc (void(*func)(int state)) |
| Set the visibility function callback. More...
|
void | glutIdleFunc (void(*func)(void)) |
| Set the idle function callback. More...
|
void * | pglutAllocDmaMem (unsigned int num_bytes) |
void | pglutFreeDmaMem (void *mem) |