mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-05 21:07:56 +00:00
core: encode mouse buttons 8 & 9 (back/forward)
This commit is contained in:
@@ -3464,6 +3464,8 @@ fn mouseReport(
|
||||
.five => 65,
|
||||
.six => 66,
|
||||
.seven => 67,
|
||||
.eight => 128,
|
||||
.nine => 129,
|
||||
else => return, // unsupported
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user