HID: Mouse raw send to HID device
This commit is contained in:
parent
43b82fd669
commit
844f76e2c2
@ -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')
|
||||||
|
Loading…
Reference in New Issue
Block a user