HID: Mouse raw send to HID device
This commit is contained in:
@@ -112,7 +112,7 @@ def handle_mouseEvent(data):
|
||||
|
||||
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')
|
||||
|
Reference in New Issue
Block a user