|
wlmaker
|
#include <input.h>

Public Attributes | |
| double | x |
| double | y |
| uint32_t | time_msec |
| wlmtk_pointer_t * | pointer_ptr |
Motion event.
| wlmtk_pointer_t* wlmtk_pointer_motion_event_t::pointer_ptr |
Pointer that's associated with this motion event.
| uint32_t wlmtk_pointer_motion_event_t::time_msec |
Time of the motion event, in milliseconds.
| double wlmtk_pointer_motion_event_t::x |
X position.
| double wlmtk_pointer_motion_event_t::y |
Y position.