libvisual  0.5.0
Public Attributes | List of all members
VisEventMouseMotion Struct Reference

Mouse movement event. More...

#include <libvisual/lv_event.h>

Public Attributes

VisMouseState state
 Mouse button state. More...
 
int x
 X-coordinate of mouse pointer position. More...
 
int y
 Y-coordinate of mouse pointer position. More...
 
int xrel
 Relative motion along the X-axis.
 
int yrel
 Relative motion along the Y-axis.
 

Detailed Description

Mouse movement event.

See Also
visual_event_new_mousemotion()

Definition at line 71 of file lv_event.h.

Member Data Documentation

VisMouseState VisEventMouseMotion::state

Mouse button state.

Definition at line 72 of file lv_event.h.

int VisEventMouseMotion::x

X-coordinate of mouse pointer position.

Definition at line 73 of file lv_event.h.

int VisEventMouseMotion::y

Y-coordinate of mouse pointer position.

Definition at line 74 of file lv_event.h.


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