Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我通过在 /dev/uinput 中写入数据创建了一个虚拟鼠标。
但是,/dev/input/eventX(我的鼠标所在的位置)和 /dev/input/mice 中的数据似乎不一样。
我不使用其他鼠标。
这东西怎么可能?
/dev/input/mice在PS/2 鼠标协议中提供数据。
/dev/input/mice
/dev/input/event*使用 Linux 输入事件接口(struct input_event结构如 中所述/usr/include/linux/input.h)。
/dev/input/event*
struct input_event
/usr/include/linux/input.h