linux input subsystem虚拟键盘和鼠标
操作系统
1 event device in /dev/input/event? cat data from /dev/input/event? the data format is : struct input_event { struct timeval time; __u16 type; __u16 code; __s32 value; }; e.g : xx xx xx xx yy yy yy yy tt