aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2019-01-13 20:40:42 -0500
committerFurkan Sahin <furkan-dev@proton.me>2019-01-13 20:40:42 -0500
commitf50e3cc749d0769e44d935c88418dfa2122f4b0a (patch)
tree1f391e6a4a1d7d6d8eef0dc894d4c165ba7fbdbd /include
parentda233f369b60b33d4322d211d6c9e245d9e84d81 (diff)
parent30b5cd6a2a612a086dcebb00c08fb73af91cb095 (diff)
Merge pull request #3343 from RedSoxFan/seat-cursor-buttons-improved
Improve mouse button parsing: seat cursor buttons
Diffstat (limited to 'include')
-rw-r--r--include/sway/input/cursor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sway/input/cursor.h b/include/sway/input/cursor.h
index 9f699dcd..77aa0ea1 100644
--- a/include/sway/input/cursor.h
+++ b/include/sway/input/cursor.h
@@ -80,6 +80,9 @@ void dispatch_cursor_button(struct sway_cursor *cursor,
struct wlr_input_device *device, uint32_t time_msec, uint32_t button,
enum wlr_button_state state);
+void dispatch_cursor_axis(struct sway_cursor *cursor,
+ struct wlr_event_pointer_axis *event);
+
void cursor_set_image(struct sway_cursor *cursor, const char *image,
struct wl_client *client);