#include "ObserverInterface.h"
Functions | |
| void | KeyHandle (unsigned char key, int x, int y) |
| void | ResizeHandle (int width, int height) |
| Window resize event. | |
Variables | |
| int | WindowWidth |
| Window width and height. | |
| int | WindowHeight |
| void KeyHandle | ( | unsigned char | key, | |
| int | x, | |||
| int | y | |||
| ) |
| void ResizeHandle | ( | int | width, | |
| int | height | |||
| ) |
Window resize event.
| int WindowHeight |
| int WindowWidth |
Window width and height.
1.5.5