Equalizer  1.10.1
Parallel Rendering Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
eq::fabric::PointerEvent Struct Reference

Event for a pointer (mouse) motion or click. More...

#include <event.h>

+ Collaboration diagram for eq::fabric::PointerEvent:

Public Attributes

int32_t x
 X position relative to entity.
 
int32_t y
 Y position relative to entity (0 is on top)
 
int32_t dx
 X position change since last event.
 
int32_t dy
 Y position change since last event.
 
uint32_t buttons
 current state of all buttons
 
uint32_t button
 fired button
 
int32_t xAxis
 x wheel rotation
 
int32_t yAxis
 y wheel rotation
 

Detailed Description

Event for a pointer (mouse) motion or click.

Version
1.0

Definition at line 49 of file event.h.


The documentation for this struct was generated from the following file: