diff options
Diffstat (limited to 'include/sway/input')
-rw-r--r-- | include/sway/input/cursor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/input/cursor.h b/include/sway/input/cursor.h index 77aa0ea1..abd72783 100644 --- a/include/sway/input/cursor.h +++ b/include/sway/input/cursor.h @@ -103,4 +103,6 @@ uint32_t get_mouse_bindcode(const char *name, char **error); // Considers both bindsym and bindcode uint32_t get_mouse_button(const char *name, char **error); +const char *get_mouse_button_name(uint32_t button); + #endif |