|
libvisual
0.5.0
|
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. | |
Mouse movement event.
Definition at line 71 of file lv_event.h.
| 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.