Please update the USB code to support horizontal scrolling, not just vertical.
This code linked below only handles vertical. It is my understanding that the base USB hid communication does not send enough data to inform the host on the horizontal scrolling?
https://github.com/tinygo-org/tinygo/blob/c2346570fbda7dba127efc52132bb844e9052124/src/machine/usb/hid/mouse/mouse.go
If someone here can add the base support, I can work with the people at https://github.com/sago35/tinygo-keyboard/tree/main and eventually get my code to work.
Please update the USB code to support horizontal scrolling, not just vertical.
This code linked below only handles vertical. It is my understanding that the base USB hid communication does not send enough data to inform the host on the horizontal scrolling?
https://github.com/tinygo-org/tinygo/blob/c2346570fbda7dba127efc52132bb844e9052124/src/machine/usb/hid/mouse/mouse.go
If someone here can add the base support, I can work with the people at https://github.com/sago35/tinygo-keyboard/tree/main and eventually get my code to work.