input_event 詳解-Touch Screen

關鍵結構體解析: struct input_event {       struct timeval time;       __u16 type;       __u16 code;       __s32 value; }; type: 上報事件的類型 EV_SYN: 同步事件 EV_KEY:鍵盤事件 EV_REL: 相對座標事件-鼠標 EV_ABS: 絕對座標事件-觸摸屏 我們解析一個inp
相關文章
相關標籤/搜索