gtk: mouse input

This commit is contained in:
Mitchell Hashimoto
2023-02-23 17:08:09 -08:00
parent 3ab51f5643
commit adae05cf04
3 changed files with 83 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ pub const MouseButton = enum(c_int) {
break :max cur;
};
unknown = 0,
left = 1,
right = 2,
middle = 3,