Issue with mouse functions in linux

Status
Not open for further replies.

amin

New member
Hello,

I am having an issue with mouse.moveto and mouse.click in Linux, I read the documentation in https://www.pjrc.com/teensy/td_mouse.html and made the changes to the file as it was said by the guy who wrote the Move to function but the fix disables the click function.

So the issue is that I can either move the mouse or click with the mouse I can't do both. Has anyone had this issue and was successful in fixing it ?

using: Teensy 3.2 ubuntu 16.04 LTS Arduino 1.8.2 Thank you

View attachment mouse_linux.ino

when I include Mouse.h it tells me:

fatal error: HID.h: No such file or directory compilation terminated

I looked at Ardunio rep in github and there should not be any HID.h in Mouse folder
 
Status
Not open for further replies.
Back
Top