diff options
| author | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2023-02-23 17:08:09 -0800 |
|---|---|---|
| committer | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2023-02-24 07:58:30 -0800 |
| commit | adae05cf045e35cbe073673d77cc380b1241f89d (patch) | |
| tree | 7861c908ba6f648f0c7daedf4aaf7c498f52fe10 /include | |
| parent | 3ab51f5643b047b105839d8dcefd76d5b0ac72f3 (diff) | |
gtk: mouse input
Diffstat (limited to 'include')
| -rw-r--r-- | include/ghostty.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ghostty.h b/include/ghostty.h index 1764ef445..6da1db805 100644 --- a/include/ghostty.h +++ b/include/ghostty.h @@ -51,7 +51,8 @@ typedef enum { } ghostty_input_mouse_state_e; typedef enum { - GHOSTTY_MOUSE_LEFT = 1, + GHOSTTY_MOUSE_UNKNOWN, + GHOSTTY_MOUSE_LEFT, GHOSTTY_MOUSE_RIGHT, GHOSTTY_MOUSE_MIDDLE, } ghostty_input_mouse_button_e; |
