mirror of
https://github.com/luckfox-eng29/kvm.git
synced 2026-05-08 05:56:09 +02:00
feat: relative mouse (#246)
This commit is contained in:
@@ -799,6 +799,7 @@ var rpcHandlers = map[string]RPCHandler{
|
||||
"getCloudState": {Func: rpcGetCloudState},
|
||||
"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"}},
|
||||
"getVideoState": {Func: rpcGetVideoState},
|
||||
"getUSBState": {Func: rpcGetUSBState},
|
||||
|
||||
Reference in New Issue
Block a user