My Project
|
Public Member Functions | |
bool | GetKey (Key code) |
float | GetAxis (Axis code) |
Vector3 | GetPointer (Pointer code) |
void | SetKey (Key code, bool k) |
void | SetAxis (Axis code, float a) |
void | SetPointer (Pointer code, Vector3 p) |
void | Clone (InputVars value) |
void | Clear () |
Public Attributes | |
bool[] | keys |
float[] | axis |
Vector3[] | pointers |