core: encode mouse buttons 8 & 9 (back/forward)
parent
34fd1dd0f6
commit
7be28e7215
|
|
@ -3464,6 +3464,8 @@ fn mouseReport(
|
|||
.five => 65,
|
||||
.six => 66,
|
||||
.seven => 67,
|
||||
.eight => 128,
|
||||
.nine => 129,
|
||||
else => return, // unsupported
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue