Equalizer  1.2.1
Public Attributes
eq::PointerEvent Struct Reference

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

#include <event.h>

List of all members.

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 115 of file event.h.


The documentation for this struct was generated from the following file:
Generated on Fri Jun 8 2012 15:44:35 for Equalizer 1.2.1 by  doxygen 1.8.0