HID: Mouse raw send to HID device

This commit is contained in:
Petr Kracík 2020-06-07 15:09:19 +02:00
parent 43b82fd669
commit 844f76e2c2

View File

@ -112,7 +112,7 @@ def handle_mouseEvent(data):
print("RAW Btn: {}, X: {}, Y: {}, W: {}".format(btn, x, y, wheel)) print("RAW Btn: {}, X: {}, Y: {}, W: {}".format(btn, x, y, wheel))
# hid_mouse_writeabs(btn, x, y, wheel) hid_mouse_writeabs(btn, x, y, wheel)
@socketio.on('mouseEvent') @socketio.on('mouseEvent')