I want to create an addon that uses simple touchscreen events (x y location of a touch) to control video interactions, such as sending seeks to different locations in a video.
And, I want Kodi to ignore the touchscreen events
evtest identifies my touchscreen as using event 1.
But Libreelec/Kodi seems to have grabbed exclusive access to /dev/input/event1, and evtest can't read the events. A simple python event reader program can't read any events.
I installed the Touchscreen addon, which gives Kodi access to the touchscreen, but evtest says that the events are still not available.
I've looked through the Touchscreen addon, but I can't quite figure out what is going on, let alone figure out how to modify it to do what I want.
Any suggestions?
Thanks,
-Jeff