diff --git a/hidinput.py b/hidinput.py index ba55b7f..3506bb5 100644 --- a/hidinput.py +++ b/hidinput.py @@ -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')