18 #ifndef EQFABRIC_BUTTONEVENT_H 19 #define EQFABRIC_BUTTONEVENT_H 21 #include <eq/fabric/event.h> 39 return os << static_cast< const Event& >( event )
40 <<
" buttons " << event.
buttons;
50 byteswap( static_cast< eq::fabric::Event& >( value ));
56 #endif // EQFABRIC_EVENT_H Base event structure to report window system and other events.
The Equalizer client library.
std::ostream & operator<<(std::ostream &os, const AxisEvent &event)
Print the axis event to the given output stream.