android - How to receive touch events with linux input subsystem? -
I have a pure C for Android (no Java or JNI available) to read touch events directly from Linux input I'm writing code events (/ dev / input / o).
The problem is that I can not find any documents for the Linux Touch Event Interface. How are incidents reported? How to retrive them? Is there no document for Linux touch events?
Edit: I have also taken a look at Linux / Input H but there is no special structure for touch events.
Comments
Post a Comment