![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include "sample0.h"Functions | |
| void | init (void) |
| INIT//////////////////////////////////////////////////////////. More... | |
| void | drawlogo (void) |
| DRAWLOGO///////////////////////////////////////////////////////. More... | |
| void | display (void) |
| DISPLAY////////////////////////////////////////////////////////. More... | |
| void | centerlogo (void) |
| CENTERLOGO//////////////////////////////////////////////////////. More... | |
| void | reshape (int pw, int ph) |
| RESHAPE/////////////////////////////////////////////////////////. More... | |
| void | idle (void) |
| IDLE//////////////////////////////////////////////////////////. More... | |
| void | keyboard (unsigned char pkey, int px, int py) |
| KEYBOARD////////////////////////////////////////////////////////. More... | |
| void | keyboard2 (int pkey, int px, int py) |
| void | exitfunc (void) |
| EXITFUNC////////////////////////////////////////////////////////. More... | |
| int | main (int argc, char **argv) |
Variables | |
| DECLARE_TRACE | |
| void centerlogo | ( | void | ) |
CENTERLOGO//////////////////////////////////////////////////////.
| void display | ( | void | ) |
DISPLAY////////////////////////////////////////////////////////.
| void drawlogo | ( | void | ) |
DRAWLOGO///////////////////////////////////////////////////////.
| void exitfunc | ( | void | ) |
EXITFUNC////////////////////////////////////////////////////////.
| void idle | ( | void | ) |
IDLE//////////////////////////////////////////////////////////.
| void init | ( | void | ) |
INIT//////////////////////////////////////////////////////////.
| void keyboard | ( | unsigned char | pkey, |
| int | px, | ||
| int | py | ||
| ) |
KEYBOARD////////////////////////////////////////////////////////.
| void keyboard2 | ( | int | pkey, |
| int | px, | ||
| int | py | ||
| ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| void reshape | ( | int | pw, |
| int | ph | ||
| ) |
RESHAPE/////////////////////////////////////////////////////////.
| DECLARE_TRACE |