Equalizer
2.1.0
Parallel Rendering Framework
|
Event for a size or position change on a Window, Channel or View. More...
#include <sizeEvent.h>
Public Attributes | |
int32_t | x |
new X position, relative to parent | |
int32_t | y |
new Y position, relative to parent | |
int32_t | w |
new width | |
int32_t | h |
new height | |
float | dw |
view only: new width relative to initial width | |
float | dh |
view only: new height relative to initial height | |
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 size or position change on a Window, Channel or View.
Definition at line 28 of file sizeEvent.h.