您所在的位置:
首页 > linux input subsystem虚拟键盘和鼠标 > 信息评论 >
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
网友评论