#include <SPhysicsStructs.h>
Public Member Functions | |
| SCameraKeyMap () | |
| The default constructor. | |
| SCameraKeyMap (ENUMERATED_ACTION a, EKEY_CODE k) | |
| A constructor used to avoid declaring this structure. | |
Public Attributes | |
| ENUMERATED_ACTION | action |
| Enum to store the action that will be done by the current key. | |
| EKEY_CODE | key |
| The key to be checked for press. | |
| SCameraKeyMap::SCameraKeyMap | ( | ) | [inline] |
The default constructor.
| SCameraKeyMap::SCameraKeyMap | ( | ENUMERATED_ACTION | a, | |
| EKEY_CODE | k | |||
| ) | [inline] |
A constructor used to avoid declaring this structure.
Enum to store the action that will be done by the current key.
| EKEY_CODE SCameraKeyMap::key |
The key to be checked for press.
1.5.1-p1