Go to the source code of this file.
◆ KEY_DOWN
Definition at line 13 of file ui.h.
◆ KEY_ESCAPE
#define KEY_ESCAPE 0xe004 |
Definition at line 16 of file ui.h.
◆ KEY_LEFT
Definition at line 14 of file ui.h.
◆ KEY_RIGHT
Definition at line 15 of file ui.h.
◆ KEY_UP
Definition at line 12 of file ui.h.
◆ draw()
◆ idle()
◆ init()
- glEnable( GL_CULL_FACE );*/
- glEnable( GL_DEPTH_TEST ); */
Definition at line 257 of file gears.c.
◆ key()
◆ reshape()
void reshape |
( |
int |
width, |
|
|
int |
height |
|
) |
| |
◆ tkSwapBuffers()
void tkSwapBuffers |
( |
void |
| ) |
|
◆ ui_loop()
int ui_loop |
( |
int |
argc, |
|
|
char ** |
argv, |
|
|
const char * |
name |
|
) |
| |