NotePublic/Software/Applications/Input/Linux_下_Input_工具.md
rick.chan 4cdb31f7af 增加 Linux 下 Input 工具.
Signed-off-by: rick.chan <chenyang@autoai.com>
2020-12-10 15:12:31 +08:00

251 B
Raw Blame History

Linux 下 Input 工具

getevent /dev/input/event<X>

当由 input 事件到来时将以:

<type> <code> <value>

的格式显示出来type、code 的定义可在 linux/input.h 和 input-event-codes.h 文件中找到。