mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-01 02:21:53 +08:00
new hid protocol with crc
This commit is contained in:
@@ -62,6 +62,11 @@ function Hid() {
|
||||
__mouse.setSocket(ws);
|
||||
};
|
||||
|
||||
self.setState = function(state) {
|
||||
__keyboard.setState(state);
|
||||
__mouse.setState(state);
|
||||
};
|
||||
|
||||
var __releaseAll = function() {
|
||||
__keyboard.releaseAll();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user