mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 16:26:08 +03:00
core: support mouse button 6/7 for mouse reports
Fixes #2423 This corresponds to horizontal scroll on macOS and likely other mice.
This commit is contained in:
@ -2341,6 +2341,8 @@ fn mouseReport(
|
||||
.right => 2,
|
||||
.four => 64,
|
||||
.five => 65,
|
||||
.six => 66,
|
||||
.seven => 67,
|
||||
else => return, // unsupported
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user