#include "../Shared/Utilities.h"
#include "../Shared/BaseComponent.h"
#include "../Shared/Vector2.h"
#include "../Shared/List.h"
#include <GL/freeglut.h>
Go to the source code of this file.
Classes | |
| class | Observer |
| A graphical UI for observing information. More... | |
Functions | |
| void | ResizeHandle (int width, int height) |
| Window resize event. | |
| void | KeyHandle (unsigned char key, int x, int y) |
| void KeyHandle | ( | unsigned char | key, | |
| int | x, | |||
| int | y | |||
| ) |
| void ResizeHandle | ( | int | width, | |
| int | height | |||
| ) |
Window resize event.
1.5.5