mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-07 13:29:49 -05:00
cursor: add touch frame event
This commit is contained in:
parent
c1902cdb3f
commit
22fd411bc3
2 changed files with 13 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ struct wlr_cursor {
|
|||
struct wl_signal touch_down;
|
||||
struct wl_signal touch_motion;
|
||||
struct wl_signal touch_cancel;
|
||||
struct wl_signal touch_frame;
|
||||
|
||||
struct wl_signal tablet_tool_axis;
|
||||
struct wl_signal tablet_tool_proximity;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue