摘要: struct timeval{__time_t tv_sec; /* Seconds. */__suseconds_t tv_usec; /* Microseconds. */};/* Get the current time of day and timezone informat... 阅读全文
posted @ 2015-05-09 11:52 Kozmers 阅读(572) 评论(0) 推荐(0) 编辑
摘要: #inlcude struct input_event { struct timeval time; __u16 type; __u16 code; __s32 value;};type:#define EV_SYN 0x00#define EV_KEY... 阅读全文
posted @ 2015-05-09 11:49 Kozmers 阅读(2282) 评论(0) 推荐(0) 编辑