commit | 210d079817d3b6a27069b5423e9fd0f4289ebfa8 | [log] [tgz] |
---|---|---|
author | Scott Moreau <oreaus@gmail.com> | Thu Mar 22 10:47:01 2012 -0600 |
committer | Scott Moreau <oreaus@gmail.com> | Thu Mar 22 11:03:41 2012 -0600 |
tree | ee43877a5ff4ac12e0fa7cf7712808ee3f87a8df | |
parent | 3c97b9017ddf57ea8818e9e4ae4dbe76de956569 [diff] [blame] |
Hook up axis events.
diff --git a/src/compositor.h b/src/compositor.h index ae680ed..1141c2f 100644 --- a/src/compositor.h +++ b/src/compositor.h
@@ -370,6 +370,9 @@ notify_button(struct wl_input_device *device, uint32_t time, int32_t button, int32_t state); void +notify_axis(struct wl_input_device *device, + uint32_t time, uint32_t axis, int32_t value); +void notify_key(struct wl_input_device *device, uint32_t time, uint32_t key, uint32_t state);