mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
Merge pull request #2424 from ghostty-org/push-xnvwslrvoktn
core: support mouse button 6/7 for mouse reports
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