Equalizer
2.0.0
Parallel Rendering Framework
|
Event for a (SpaceMouse) axis movement. More...
#include <axisEvent.h>
Public Attributes | |
int32_t | xAxis |
X translation. | |
int32_t | yAxis |
Y translation. | |
int32_t | zAxis |
Z translation. | |
int32_t | xRotation |
X rotation. | |
int32_t | yRotation |
Y rotation. | |
int32_t | zRotation |
Z rotation. | |
Public Attributes inherited from eq::fabric::Event | |
uint32_t | serial |
unique originator serial number | |
int64_t | time |
The config time when the event was created. | |
uint128_t | originator |
The identifier of the entity emitting the event. | |
Event for a (SpaceMouse) axis movement.
Definition at line 28 of file axisEvent.h.