18 #ifndef EQFABRIC_AXISEVENT_H 19 #define EQFABRIC_AXISEVENT_H 21 #include <eq/fabric/event.h> 44 return os << static_cast< const Event& >( event ) <<
" translation " 56 byteswap( static_cast< eq::fabric::Event& >( value ));
57 byteswap( value.
xAxis );
58 byteswap( value.
yAxis );
59 byteswap( value.
zAxis );
66 #endif // EQFABRIC_EVENT_H Base event structure to report window system and other events.
int32_t xAxis
X translation.
int32_t yAxis
Y translation.
int32_t zRotation
Z rotation.
int32_t yRotation
Y rotation.
int32_t xRotation
X rotation.
The Equalizer client library.
std::ostream & operator<<(std::ostream &os, const AxisEvent &event)
Print the axis event to the given output stream.
Event for a (SpaceMouse) axis movement.
int32_t zAxis
Z translation.