#include <evtstructs.h>
Public Attributes | |
| int | id |
| Tracked device identificator. | |
| int | type |
| Device Type. | |
| MATRIX | matrix |
| Transformation matrix. | |
| int | buttons |
| actually pressed buttons on device | |
| float | control1 |
| Actual value of control n.1. | |
| float | control2 |
| Actual value of control n.2. | |
Definition at line 19 of file evtstructs.h.
| int DeviceData::id |
Tracked device identificator.
In connection with type it specifies unique device
Definition at line 25 of file evtstructs.h.
| int DeviceData::type |
Device Type.
In connection with id it specifies unique device
Definition at line 29 of file evtstructs.h.
| float DeviceData::control1 |
| float DeviceData::control2 |
1.5.5