HID: Mouse disable json send

This commit is contained in:
Petr Kracík 2020-06-07 15:08:35 +02:00
parent 0dbf3f9b7a
commit 43b82fd669

View File

@ -93,7 +93,7 @@
data[2] = y; data[2] = y;
data[3] = wheel; data[3] = wheel;
socket.emit('mouseEvent', JSON.stringify(obj)); //socket.emit('mouseEvent', JSON.stringify(obj));
socket.emit('mouseEventRaw', data); socket.emit('mouseEventRaw', data);
}; };
</script> </script>