mirror of
https://github.com/luckfox-eng29/kvm.git
synced 2026-01-18 03:28:19 +01:00
fix: absolute mouse scroll (#434)
Co-authored-by: wup-one <wup@deepspace.game>
This commit is contained in:
@@ -55,6 +55,8 @@ var absoluteMouseCombinedReportDesc = []byte{
|
||||
0x09, 0x38, // Usage (Wheel)
|
||||
0x15, 0x81, // Logical Minimum (-127)
|
||||
0x25, 0x7F, // Logical Maximum (127)
|
||||
0x35, 0x00, // Physical Minimum (0) = Reset Physical Minimum
|
||||
0x45, 0x00, // Physical Maximum (0) = Reset Physical Maximum
|
||||
0x75, 0x08, // Report Size (8)
|
||||
0x95, 0x01, // Report Count (1)
|
||||
0x81, 0x06, // Input (Data, Var, Rel)
|
||||
|
||||
Reference in New Issue
Block a user