mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-29 11:57:57 +00:00
gtk: mouse input
This commit is contained in:
@@ -32,6 +32,7 @@ pub const MouseButton = enum(c_int) {
|
||||
break :max cur;
|
||||
};
|
||||
|
||||
unknown = 0,
|
||||
left = 1,
|
||||
right = 2,
|
||||
middle = 3,
|
||||
|
||||
Reference in New Issue
Block a user