Linux input_event 介绍

结构体input_event内容:
struct input_event {
    struct timeval time;
    __u16 type;
    __u16 code;
    __s32 value;
};

posted on 2018-07-02 14:16  看那两条鱼  阅读(695)  评论(0)    收藏  举报