18 #ifndef EQFABRIC_SIZEEVENT_H 19 #define EQFABRIC_SIZEEVENT_H 21 #include <eq/fabric/event.h> 43 return os << static_cast< const Event& >( event ) <<
' ' << event.
x <<
'x' 44 << event.
y <<
'+' << event.
w <<
'+' << event.
h;
53 byteswap( static_cast< eq::fabric::Event& >( value ));
63 #endif // EQFABRIC_EVENT_H float dh
view only: new height relative to initial height
Base event structure to report window system and other events.
int32_t x
new X position, relative to parent
int32_t y
new Y position, relative to parent
float dw
view only: new width relative to initial width
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 size or position change on a Window, Channel or View.