core: encode mouse buttons 8 & 9 (back/forward) (#9761)
For some reason button 8 & 9 support is missing.pull/9772/head
commit
750bb1fe33
|
|
@ -3464,6 +3464,8 @@ fn mouseReport(
|
|||
.five => 65,
|
||||
.six => 66,
|
||||
.seven => 67,
|
||||
.eight => 128,
|
||||
.nine => 129,
|
||||
else => return, // unsupported
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue