![]() |
Public API Reference |
![]() |
Structure that collects the data a mouse event carries. More...
#include <iutil/event.h>
Public Attributes | |
int32 | axes [CS_MAX_MOUSE_AXES] |
Mouse axis values. | |
uint | Button |
Button number. | |
uint32 | Modifiers |
Control key state. | |
uint | numAxes |
Mouse axis count. | |
int | x |
Mouse x (same as axes[0]) | |
int | y |
Mouse y (same as axes[1]) |
Structure that collects the data a mouse event carries.
The event it self doesn't transfer the data in this structure; it is merely meant to pass around mouse event data in a compact way within client code without having to pass around the event itself.
uint32 csMouseEventData::Modifiers |