add touch events

This commit is contained in:
Tony Crisci 2017-08-27 11:34:25 -04:00
parent ac503a47a7
commit ed126b0881
3 changed files with 163 additions and 16 deletions

View file

@ -20,6 +20,11 @@ struct wlr_cursor {
struct wl_signal motion_absolute;
struct wl_signal button;
struct wl_signal axis;
struct wl_signal touch_up;
struct wl_signal touch_down;
struct wl_signal touch_motion;
struct wl_signal touch_cancel;
} events;
};