mirror of https://github.com/jetkvm/kvm.git
Add mouse wheel horizontal scroll support
This commit is contained in:
parent
63e96cf5bb
commit
756dac38ed
|
@ -994,7 +994,7 @@ var rpcHandlers = map[string]RPCHandler{
|
|||
"keyboardReport": {Func: rpcKeyboardReport, Params: []string{"modifier", "keys"}},
|
||||
"absMouseReport": {Func: rpcAbsMouseReport, Params: []string{"x", "y", "buttons"}},
|
||||
"relMouseReport": {Func: rpcRelMouseReport, Params: []string{"dx", "dy", "buttons"}},
|
||||
"wheelReport": {Func: rpcWheelReport, Params: []string{"wheelY"}},
|
||||
"wheelReport": {Func: rpcWheelReport, Params: []string{"wheelY", "wheelX"}},
|
||||
"getVideoState": {Func: rpcGetVideoState},
|
||||
"getUSBState": {Func: rpcGetUSBState},
|
||||
"unmountImage": {Func: rpcUnmountImage},
|
||||
|
|
Loading…
Reference in New Issue